Subject: | Added supoort for "less than", "greather than" and "ampersand" |
Hi David!
I was missing the support for "less than", "greather than" and "ampersand".
As a quick hack I did a:
---8<---
diff DokuWiki.pm DokuWiki.pm.orig
100,102d99
< $$outref =~ s~<~<~gm; # change "lower than"
< $$outref =~ s~>~>~gm; # change "greater than"
< $$outref =~ s~&~&~gm; # change "Ampersand"
--->8---
Enjoy!
Karsten