X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fforms%2FUser.php;h=ca3a91b617887447f4f27eef93cfd2bbd8a47a61;hb=e0467a21e9d0f5237e0c3505933c625ef7c02be0;hp=34a5608701348a72385aba9821a65d4de0753fff;hpb=ce001229accb2aff799560eec402344f0dbb1762;p=syj.git diff --git a/application/forms/User.php b/application/forms/User.php index 34a5608..ca3a91b 100644 --- a/application/forms/User.php +++ b/application/forms/User.php @@ -40,7 +40,9 @@ class Syj_Form_User extends Syj_Form_TableAbstract $this->setMainElements(array($name, $pass, $pass_confirm, $email)); - $anchor = $this->getView()->Anchor("termsofuse", $translator->translate("terms of use"), array('id' => 'user_termsofuse_anchor')); + $anchor = $this->getView()->Anchor("termsofuse?format=raw", + $translator->translate("terms of use"), + array('id' => 'user_termsofuse_anchor')); $text = $translator->translate("I've read and accepted %s"); $text = vsprintf($text, $anchor); $this->addElement('Checkbox', 'user_accept', array("label" => $text,