From: Joseph C. <tex...@us...> - 2005-05-15 16:25:49
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14853/skins/default Modified Files: common-middle.thtml Log Message: Fix based on Jim's patch 1202316 - Correction of syntax error. Index: common-middle.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/common-middle.thtml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** common-middle.thtml 7 Apr 2005 19:55:09 -0000 1.13 --- common-middle.thtml 15 May 2005 16:25:39 -0000 1.14 *************** *** 37,41 **** <TMPL_IF NAME="Header_If_Password"> <TMPL_ELSE> ! <table class="menu" cellspacing="0" summary="<TMPL_VAR NAME="Localize_Header_MenuSummary>"> <tr> <td class="menuIndent"> </td> --- 37,41 ---- <TMPL_IF NAME="Header_If_Password"> <TMPL_ELSE> ! <table class="menu" cellspacing="0" summary="<TMPL_VAR NAME="Localize_Header_MenuSummary">"> <tr> <td class="menuIndent"> </td> |