* src/plugins/NavWebPage.py: Add plugin version to header
svn: r4942
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user