[Easymod-cvs] easymod2/mods/easymod/includes mod_complete.tpl,1.4,1.5
Status: Beta
Brought to you by:
wgeric
From: Markus P. <mar...@us...> - 2005-11-02 04:18:37
|
Update of /cvsroot/easymod/easymod2/mods/easymod/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22726/includes Modified Files: mod_complete.tpl Log Message: Fixed another minor HTML issue in a template. Index: mod_complete.tpl =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/includes/mod_complete.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mod_complete.tpl 31 Oct 2005 17:57:15 -0000 1.4 --- mod_complete.tpl 2 Nov 2005 04:18:25 -0000 1.5 *************** *** 31,35 **** </tr> <tr> ! <td width="100%"><span class="gen"> <ul> <!-- BEGIN diyrow --> --- 31,35 ---- </tr> <tr> ! <td width="100%"><div class="gen"> <ul> <!-- BEGIN diyrow --> *************** *** 37,41 **** <!-- END diyrow --> </ul> ! </span></td> </tr> <tr> --- 37,41 ---- <!-- END diyrow --> </ul> ! </div></td> </tr> <tr> |