13,282
edits
(→Virtual airline template: new section) |
(→Missing GPL logo image: new section) |
||
| Line 85: | Line 85: | ||
{{thumbs up}} Thank you for the work on [http://wiki.flightgear.org/index.php?title=Template:Virtual_airline_summary&oldid=46998 Template:Virtual airline summary]! I could not have done it better for at least a couple of weeks. :-D —[[User:Johan G|Johan G]] ([[User_talk:Johan_G|Talk]] | [[Special:Contributions/Johan_G|contribs]]) 15:21, 9 April 2012 (EDT) | {{thumbs up}} Thank you for the work on [http://wiki.flightgear.org/index.php?title=Template:Virtual_airline_summary&oldid=46998 Template:Virtual airline summary]! I could not have done it better for at least a couple of weeks. :-D —[[User:Johan G|Johan G]] ([[User_talk:Johan_G|Talk]] | [[Special:Contributions/Johan_G|contribs]]) 15:21, 9 April 2012 (EDT) | ||
== Missing GPL logo image == | |||
I noticed that the image for the GLP v.2 logo at the bottom right of every page is missing, but I do not know for how long it has been missing. I do not know where I should point you to help you fix it, yet, but on the source for a downloaded page it is located as below (note the empty <code>src</code> attribute): | |||
<syntaxhighlight lang="html4strict"> | |||
<!-- footer --> | |||
<div id="footer"> | |||
... | |||
<img src="" alt="GNU GENERAL PUBLIC LICENSE Version 2, June 1991" width="88" height="31"/> | |||
... | |||
</div> | |||
<!-- /footer --> | |||
</syntaxhighlight> | |||
—[[User:Johan G|Johan G]] ([[User_talk:Johan_G|Talk]] | [[Special:Contributions/Johan_G|contribs]]) 05:18, 15 April 2012 (EDT) | |||