phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] email/templates/default/filters_list.tpl, 1.5.2.2


From: nomail
Subject: [Phpgroupware-cvs] email/templates/default/filters_list.tpl, 1.5.2.2
Date: Sat, 6 Nov 2004 17:13:43 +0100

Update of /email/templates/default
Modified Files:
        Branch: Version-0_9_16-branch
          filters_list.tpl

date: 2004/11/06 16:13:43;  author: powerstat;  state: Exp;  lines: +5 -5

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: email/templates/default/filters_list.tpl
diff -u email/templates/default/filters_list.tpl:1.5.2.1 
email/templates/default/filters_list.tpl:1.5.2.2
--- email/templates/default/filters_list.tpl:1.5.2.1    Mon Sep  8 08:33:37 2003
+++ email/templates/default/filters_list.tpl    Sat Nov  6 16:13:43 2004
@@ -2,7 +2,7 @@
 {widget_toolbar}
 <p>
   <b>{page_title}</b>
-  <hr>
+  <hr />
 </p>
 <table border="0" cellspacing="2" cellpadding="2" width="100%" align="center">
 <tr bgcolor="{tr_titles_color}" class="{tr_titles_class}">
@@ -53,14 +53,14 @@
 </tr>
 </table>
 
-<br>
-<hr>
-<br>
+<br />
+<hr />
+<br />
        
 <table width="90%" border="0" cellPadding="4" cellSpacing="4" align="center">
 <tr> 
        <td colspan="2" align="center">
-               <br>{lang_test_or_apply}
+               <br />{lang_test_or_apply}
        </td>
 </tr>
 <tr> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]