Previous fix for bug#4696 broke NarrativeWeb. I now have a fix that solves both of them now. The missing images and icon are now there.
svn: r16779
This commit is contained in:
src/plugins
@@ -5846,8 +5846,10 @@ class NavWebReport(Report):
|
||||
if 0 < self.copyright <= len(_CC):
|
||||
imgs += [CSS["Copyright"]["filename"]]
|
||||
|
||||
# include GRAMPS favicon
|
||||
# we need the blank image gif neede by behaviour.css
|
||||
# copy Gramps favorite icon #2
|
||||
imgs += [CSS["favicon2"]["filename"]]
|
||||
|
||||
# we need the blank image gif needed by behaviour.css
|
||||
# add the document.png file for media other than photos
|
||||
imgs += CSS["All Images"]["images"]
|
||||
|
||||
|
Reference in New Issue
Block a user