[dev] Problem with today's HEAD of wicked

Joaquim Homrighausen joho at webbplatsen.se
Tue Jun 15 07:54:12 PDT 2004


Sorry, not subscribed to the wicked list, so this should probably go there.

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)


-Joaquim


More information about the dev mailing list