* src/plugins/NavWebPage.py: Add plugin version to header

svn: r4942
This commit is contained in:
Martin Hawlisch 2005-07-15 18:39:07 +00:00
parent dfcc7e0efb
commit f0807f87d4
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2005-07-15 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/plugins/NavWebPage.py: Avoid some segfaults; HTML validation fixes;
Show all names of a person; Show all images of person/source and place
Show all names of a person; Show all images of person/source and
place; Add plugin version to header
* src/Utils.py (find_mime_type_pixbuf): Dont segfault with note only object
* src/SelectObject.py (on_select_row): Dont segfault with note only object
* src/GenericFilter.py: Only load rules that provide the required

View File

@ -174,6 +174,7 @@ class BasePage:
of.write('<link href="%s" ' % _NARRATIVE)
of.write('rel="stylesheet" type="text/css">\n')
of.write('<link href="favicon.png" rel="Shortcut Icon">\n')
of.write('<!-- $Id$ -->')
of.write('</head>\n')
of.write('<body>\n')
of.write('<div class="navheader">\n')