aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordvs12025-03-13 14:04:44 +1000
committerdvs12025-03-13 14:04:44 +1000
commit9914034dc78b2ec595b9e05fafc8db347fd66d47 (patch)
treecbbc0b4d640ce5de96ac5c578095b0261d7b143a
parentMore cleanup of Foswiki profiles. (diff)
downloadnotYetAnotherWiki-9914034dc78b2ec595b9e05fafc8db347fd66d47.zip
notYetAnotherWiki-9914034dc78b2ec595b9e05fafc8db347fd66d47.tar.gz
notYetAnotherWiki-9914034dc78b2ec595b9e05fafc8db347fd66d47.tar.bz2
notYetAnotherWiki-9914034dc78b2ec595b9e05fafc8db347fd66d47.tar.xz
White space
-rwxr-xr-xnotYetAnotherWiki.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua
index f479e14..a573aa5 100755
--- a/notYetAnotherWiki.lua
+++ b/notYetAnotherWiki.lua
@@ -311,7 +311,7 @@ for l in io.popen('find -L ' .. Directory .. ' -name "*.HTM" -type f,l -printf "
311 {"<div class='vspace'></div><hr />"} -> blank / 311 {"<div class='vspace'></div><hr />"} -> blank /
312 {"<div class='vspace'></div>"} -> blank / 312 {"<div class='vspace'></div>"} -> blank /
313 {"class='wikilink'"} -> blank / 313 {"class='wikilink'"} -> blank /
314 {'rel="nofollow"'} -> blank / {"rel='nofollow'"} -> blank / 314 {'rel="nofollow"'} -> blank / {"rel='nofollow'"} -> blank /
315 {"target='_blank'"} -> blank / 315 {"target='_blank'"} -> blank /
316-- {'style="' ([^"])+ '"'} -> blank / {"style='" ([^'])+ "'"} -> blank / 316-- {'style="' ([^"])+ '"'} -> blank / {"style='" ([^'])+ "'"} -> blank /
317 {"<span class='hlt " {([a-z])+} "'></span><pre" } -> "<pre class='%2'" / 317 {"<span class='hlt " {([a-z])+} "'></span><pre" } -> "<pre class='%2'" /