Update of /cvsroot/popfile/engine/skins/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14170
Modified Files:
password-page.thtml
Log Message:
Escape the URL before including it as the next page parameter.
Index: password-page.thtml
===================================================================
RCS file: /cvsroot/popfile/engine/skins/default/password-page.thtml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** password-page.thtml 20 May 2005 23:06:01 -0000 1.7
--- password-page.thtml 21 May 2005 01:20:13 -0000 1.8
***************
*** 17,21 ****
<input type="password" id="thePassword" name="password" />
</td></tr></table>
! <input type="hidden" id="next" name="next" value="<TMPL_VAR NAME="Next_Url">" />
<br />
<input type="submit" class="submit" name="submit" value="<TMPL_VAR NAME="Localize_Password_Go">" />
--- 17,21 ----
<input type="password" id="thePassword" name="password" />
</td></tr></table>
! <input type="hidden" id="next" name="next" value="<TMPL_VAR NAME="Next_Url" ESCAPE=URL>" />
<br />
<input type="submit" class="submit" name="submit" value="<TMPL_VAR NAME="Localize_Password_Go">" />
|