Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv11051/phpslash-ft/public_html/templates/en/default
Modified Files:
backendWml.tpl
Log Message:
bugfix [ 603504 ] backend.php3 tricks IE
Index: backendWml.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/backendWml.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** backendWml.tpl 5 Sep 2002 00:41:57 -0000 1.2
--- backendWml.tpl 14 Sep 2002 16:12:17 -0000 1.3
***************
*** 1,10 ****
! <?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="nifcard" title="{SITE_NAME}">
<!-- BEGIN each_story -->
! <P><u>{TITLE}</u> <i>{INTRO_TEXT}</i></P>
<!-- END each_story -->
! <p align="right">Powered by <A HREF="{ROOTDIR}">{SITE_NAME}</A></p>
</card>
</wml>
--- 1,10 ----
! <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="nifcard" title="{SITE_NAME}">
<!-- BEGIN each_story -->
! <p><u>{TITLE}</u> <i>{INTRO_TEXT}</i></p>
<!-- END each_story -->
! <p align="right">Powered by {SITE_NAME}</p>
</card>
</wml>
|