aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordvs12025-01-20 15:26:39 +1000
committerdvs12025-01-20 15:26:39 +1000
commit07237f3c60134553249f263e681a3884de0289c4 (patch)
tree3a8f97d2e25f83bc3471248aa7889276524dea14
parentClean up the cleaning up (diff)
downloadnotYetAnotherWiki-07237f3c60134553249f263e681a3884de0289c4.zip
notYetAnotherWiki-07237f3c60134553249f263e681a3884de0289c4.tar.gz
notYetAnotherWiki-07237f3c60134553249f263e681a3884de0289c4.tar.bz2
notYetAnotherWiki-07237f3c60134553249f263e681a3884de0289c4.tar.xz
Missed removing a PmWiki class.
Diffstat (limited to '')
-rwxr-xr-xSuckItPm1
1 files changed, 1 insertions, 0 deletions
diff --git a/SuckItPm b/SuckItPm
index a63eb08..a7c1321 100755
--- a/SuckItPm
+++ b/SuckItPm
@@ -35,6 +35,7 @@ do
35 sed -i -E PmWiki/${base}/${file}.HTM \ 35 sed -i -E PmWiki/${base}/${file}.HTM \
36 -e "s/rel='nofollow'//g" \ 36 -e "s/rel='nofollow'//g" \
37 -e "s/target='_blank'//g" \ 37 -e "s/target='_blank'//g" \
38 -e "s/class='categorylink'//g" \
38 -e "s/class='createlink'//g" \ 39 -e "s/class='createlink'//g" \
39 -e "s/class='createlinktext'//g" \ 40 -e "s/class='createlinktext'//g" \
40 -e "s/class='escaped'//g" \ 41 -e "s/class='escaped'//g" \