diff options
author | dvs1 | 2025-03-13 14:04:44 +1000 |
---|---|---|
committer | dvs1 | 2025-03-13 14:04:44 +1000 |
commit | 9914034dc78b2ec595b9e05fafc8db347fd66d47 (patch) | |
tree | cbbc0b4d640ce5de96ac5c578095b0261d7b143a | |
parent | More cleanup of Foswiki profiles. (diff) | |
download | notYetAnotherWiki-9914034dc78b2ec595b9e05fafc8db347fd66d47.zip notYetAnotherWiki-9914034dc78b2ec595b9e05fafc8db347fd66d47.tar.gz notYetAnotherWiki-9914034dc78b2ec595b9e05fafc8db347fd66d47.tar.bz2 notYetAnotherWiki-9914034dc78b2ec595b9e05fafc8db347fd66d47.tar.xz |
White space
-rwxr-xr-x | notYetAnotherWiki.lua | 2 |
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'" / |