[dev] Problem with today's HEAD of wicked

Chuck Hagenbuch chuck at horde.org
Tue Jun 15 07:57:08 PDT 2004


Quoting Joaquim Homrighausen <joho at webbplatsen.se>:

> In templates/edit/create.inc, on line 4, it currently says:
>
> <input type="hidden" name="page" value="<?=
> htmlspecialchars($this->referrer())\
>  ?>" />
>
> It should probably be:
>
> <input type="hidden" name="page" value="<?php
> htmlspecialchars($this->referrer()) ?>" />
>
> (i.e. remove the "short-tag" style PHP-tag)

Done, thanks.

-chuck

--
"Regard my poor demoralized mule!" - Juan Valdez


More information about the dev mailing list