Package: moin
Version: 1.2.4-1
Severity: minor

In /HelpMiscellaneous, it describes how you can put the little icon next
to the URL in a webbrowser, but its incorrect.

It says:
html_head = '''
<link rel="icon" href="/images/icon.png" type="image/png">
<!-- ... more header stuff ... -->
'''

But I found that did not work.  I looked at the page-source for
moinmoin's websites (which do have an icon) and discovered this IS the
correct way (tested and confirmed):

html_head = '''
<link rel="shortcut icon" href="/images/icon.ico">
<!-- ... more header stuff ... -->
'''

It wouldn't work with png, I don't know why.

Paul


-- System Information: Debian Release: 3.1 APT prefers testing APT policy: (650, 'testing'), (600, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.8-1-686 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages moin depends on:
ii python 2.3.4-5 An interactive high-level object-o


-- no debconf information


-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to