You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ba...@apache.org on 2005/10/16 05:34:23 UTC

svn commit: r322444 - in /incubator/roller/trunk/web/themes: sunsets/comments.vm x2/comments.vm

Author: bayard
Date: Sat Oct 15 20:34:21 2005
New Revision: 322444

URL: http://svn.apache.org/viewcvs?rev=322444&view=rev
Log:
http://www.joehewitt.com/content/blog.dtd is a 404

Modified:
    incubator/roller/trunk/web/themes/sunsets/comments.vm
    incubator/roller/trunk/web/themes/x2/comments.vm

Modified: incubator/roller/trunk/web/themes/sunsets/comments.vm
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/sunsets/comments.vm?rev=322444&r1=322443&r2=322444&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/sunsets/comments.vm (original)
+++ incubator/roller/trunk/web/themes/sunsets/comments.vm Sat Oct 15 20:34:21 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 #set( $comments = $entry.comments )
 $dateFormatter.applyPattern("MMMMM dd, yyyy 'at' hh:mm aa z")
-<comments xmlns="http://www.joehewitt.com/content/blog.dtd"
+<comments
     entryid="$entry.Id">
 #foreach( $comment in $comments )
   <comment id="$comment.id">
@@ -12,4 +12,4 @@
   <body>$utilities.escapeHTML( $comment.content )</body>
   </comment>
 #end
-</comments>
\ No newline at end of file
+</comments>

Modified: incubator/roller/trunk/web/themes/x2/comments.vm
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/x2/comments.vm?rev=322444&r1=322443&r2=322444&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/x2/comments.vm (original)
+++ incubator/roller/trunk/web/themes/x2/comments.vm Sat Oct 15 20:34:21 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 #set( $comments = $entry.comments )
 $dateFormatter.applyPattern("MMMMM dd, yyyy 'at' hh:mm aa z")
-<comments xmlns="http://www.joehewitt.com/content/blog.dtd"
+<comments
     entryid="$entry.Id">
 #foreach( $comment in $comments )
   <comment id="$comment.id">
@@ -12,4 +12,4 @@
   <body>$utilities.escapeHTML( $comment.content )</body>
   </comment>
 #end
-</comments>
\ No newline at end of file
+</comments>