pisearch escaping issue
Posted: Tue Aug 22, 2006 10:20 am
I use pisearch 1.04 and can't change the templates, because all " are escaped by a \ and thus the web page shows something like
And guess what: That doesn't work 
Any workaround or bugfix in sight?
Greets,
Nemesis
Code: Select all
<!-- Start PisearchForm -->
<form action=\"http://cms.whatever.de/index.php?page=Pisearch\" method=\"post\">
<input type=\"text\" value=\"\" maxlength=\"50\" size=\"15\" name=\"pisearch\" id=\"searching\" />
<input type=\"submit\" value=\"Suchen\" id=\"buttonSearch\" />
<input type=\"hidden\" name=\"action\" value=\"showresults\" />
</form>
<!-- End ModPisearchForm -->

Any workaround or bugfix in sight?
Greets,
Nemesis