From: Darren G. <dg...@us...> - 2004-10-04 16:59:53
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/templates/multi_rss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7715/templates/multi_rss Modified Files: sort_ind_feed.tpl Log Message: fixed xhtml compliant issue Index: sort_ind_feed.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/templates/multi_rss/sort_ind_feed.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sort_ind_feed.tpl 17 Sep 2004 18:56:07 -0000 1.1 --- sort_ind_feed.tpl 4 Oct 2004 16:59:33 -0000 1.2 *************** *** 2,9 **** <div class="col1" style="padding:5px;height:auto;width:5%;"> <!-- BEGIN MOVE_UP_LINK --> ! <a href="{MOVE_UP_LINK}"><img border="0" src="./images/up.gif"></a> <!-- END MOVE_UP_LINK --> <!-- BEGIN MOVE_DOWN_LINK --> ! <a href="{MOVE_DOWN_LINK}"><img border="0" src="./images/down.gif"></a> <!-- END MOVE_DOWN_LINK --> </div> --- 2,9 ---- <div class="col1" style="padding:5px;height:auto;width:5%;"> <!-- BEGIN MOVE_UP_LINK --> ! <a href="{MOVE_UP_LINK}"><img border="0" src="./images/up.gif" /></a> <!-- END MOVE_UP_LINK --> <!-- BEGIN MOVE_DOWN_LINK --> ! <a href="{MOVE_DOWN_LINK}"><img border="0" src="./images/down.gif" /></a> <!-- END MOVE_DOWN_LINK --> </div> |