[SimBot-commits] CVS: simbot/templates error.401.default.tmpl,1.1,1.2
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-08-11 13:43:48
|
Update of /cvsroot/simbot/simbot/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25898/templates Modified Files: error.401.default.tmpl Log Message: TMPL_VAR not TMPL_VAL Index: error.401.default.tmpl =================================================================== RCS file: /cvsroot/simbot/simbot/templates/error.401.default.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -p -r1.1 -r1.2 --- error.401.default.tmpl 10 Aug 2005 11:50:59 -0000 1.1 +++ error.401.default.tmpl 11 Aug 2005 13:43:38 -0000 1.2 @@ -1,5 +1,5 @@ <p>This server could not verify that you are authorized to access the URL -<q><TMPL_VAL NAME=request_url></q>. This probably means that you entered the +<q><TMPL_VAR NAME=request_url></q>. This probably means that you entered the wrong user name or password, however it could also mean that your browser does not understand how to provide the credentials required.</p> |