Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12804
Modified Files:
Tag: branch-smarty
index.tpl
Log Message:
MFH, ref: jannis
Index: index.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/Attic/index.tpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- index.tpl 19 Sep 2004 20:06:36 -0000 1.1.2.3
+++ index.tpl 30 Sep 2004 17:31:40 -0000 1.1.2.4
@@ -1,6 +1,6 @@
{if $is_xhtml}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/xhtml1-transitional.dtd">
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{else}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
|