Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic
In directory sc8-pr-cvs1:/tmp/cvs-serv2496
Modified Files:
storyIndex.tpl
Log Message:
minor bug: closing bracket was outside the link opening < a href >
Index: storyIndex.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/storyIndex.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** storyIndex.tpl 9 Apr 2002 16:57:06 -0000 1.2
--- storyIndex.tpl 6 May 2003 00:56:18 -0000 1.3
***************
*** 1,11 ****
! <!-- start storyIndex.tpl -->
! <!-- BEGIN each_story -->
! {THESTORY}
!
! <div id="storyFooter">
! <a href="{ROOTDIR}/article.php3?story_id={STORY_ID}">{MORE}</a>
! [<a href="{ROOTDIR}/article.php3?story_id={STORY_ID}">{COMMENT}]</a>
! </div>
! <!-- END each_story -->
!
! <!-- end storyIndex.tpl -->
--- 1,11 ----
! <!-- start storyIndex.tpl -->
! <!-- BEGIN each_story -->
! {THESTORY}
!
! <div id="storyFooter">
! <a href="{ROOTDIR}/article.php3?story_id={STORY_ID}">{MORE}</a>
! <a href="{ROOTDIR}/article.php3?story_id={STORY_ID}">[{COMMENT}]</a>
! </div>
! <!-- END each_story -->
!
! <!-- end storyIndex.tpl -->
|