fix in the date representation of listed comments
authorzapata <zapata>
Thu, 19 Dec 2002 17:52:59 +0000 (17:52 +0000)
committerzapata <zapata>
Thu, 19 Dec 2002 17:52:59 +0000 (17:52 +0000)
templates/admin/commentlist.template

index 8238f08..8eb5548 100755 (executable)
@@ -94,7 +94,7 @@
         <list comments as entry>
           <tr <if grey=="1"><assign grey="0">class="list1"<else><assign grey="1">class="list2"</if>>
         
-                       <td>${entry.creationdate.formatted["dd.mm.yyyy"]}<br>
+                       <td>${entry.creationdate.formatted["dd.MM.yyyy"]}<br>
                  <if entry.is_published=="0"><span class="spezialtext">hidden</span><else>-</if>
                        </td>