Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv27798/phpslash-ft/public_html/templates/en/default
Modified Files:
story.tpl
Log Message:
extra quote in story.tpl
Index: story.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/story.tpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** story.tpl 7 Dec 2001 18:40:27 -0000 1.14
--- story.tpl 25 Feb 2002 23:58:22 -0000 1.15
***************
*** 24,28 ****
<!-- END alsotext -->
<!-- BEGIN row -->
! <a href="{ROOTDIR}/search.php3?topic_id={LIST_TOPIC_ID}"">{LIST_TOPIC_NAME}</a><br>
<!-- END row -->
</FONT>
--- 24,28 ----
<!-- END alsotext -->
<!-- BEGIN row -->
! <a href="{ROOTDIR}/search.php3?topic_id={LIST_TOPIC_ID}">{LIST_TOPIC_NAME}</a><br>
<!-- END row -->
</FONT>
|