aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xnotYetAnotherWiki.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua
index eea42a7..f53691b 100755
--- a/notYetAnotherWiki.lua
+++ b/notYetAnotherWiki.lua
@@ -283,8 +283,8 @@ for l in io.popen('find -L ' .. Folder .. ' -name unsorted -prune -o -name "*.md
283 a:write( 283 a:write(
284[=[<!DOCTYPE html> 284[=[<!DOCTYPE html>
285<html> 285<html>
286 <head><meta http-equiv="refresh" content="0; url=]=] .. dst .. [=[\" /></head> 286 <head><meta http-equiv="refresh" content="0; url=]=] .. dst .. '"' .. [=[/></head>
287 <body><p>Click this if you don't get redirected to the real page - <a href="]=] .. dst .. [=[\">Redirect</a></p></body> 287 <body><p>Click this if you don't get redirected to the real page - <a href="]=] .. dst .. '"' .. [=[>Redirect</a></p></body>
288</html> 288</html>
289]=]) 289]=])
290 a:close() 290 a:close()