aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notYetAnotherWiki.lua
diff options
context:
space:
mode:
Diffstat (limited to 'notYetAnotherWiki.lua')
-rwxr-xr-xnotYetAnotherWiki.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua
index 364030f..f4eebe4 100755
--- a/notYetAnotherWiki.lua
+++ b/notYetAnotherWiki.lua
@@ -865,7 +865,7 @@ for name, file in pairs(Files) do
865 metadata.history = '' 865 metadata.history = ''
866 end 866 end
867 if nil ~= metadata.sourcecode then metadata.footer = '<a href="' .. metadata.sourcecode .. '">source code</a>' end 867 if nil ~= metadata.sourcecode then metadata.footer = '<a href="' .. metadata.sourcecode .. '">source code</a>' end
868 if nil ~= metadata.feedatom then metadata.footer = '<a href="' .. metadata.feedatom .. '">atom feed</a> &nbsp; &nbsp; ' .. metadata.footer end 868 if nil ~= metadata.feedatom then metadata.footer = '<a href="' .. metadata.feedatom .. '">atom feed<img src="feed-icon-14x14.png"></img></a> &nbsp; &nbsp; ' .. metadata.footer end
869 if metadata.footer ~= '' then metadata.footer = 'Web site ' .. metadata.footer end 869 if metadata.footer ~= '' then metadata.footer = 'Web site ' .. metadata.footer end
870 -- Add a link to the original page. 870 -- Add a link to the original page.
871 if nil ~= metadata.ogURL then 871 if nil ~= metadata.ogURL then