[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] email/templates/default/message_main.tpl, 1.11.2.3
From: |
nomail |
Subject: |
[Phpgroupware-cvs] email/templates/default/message_main.tpl, 1.11.2.3 |
Date: |
Sat, 6 Nov 2004 17:13:43 +0100 |
Update of /email/templates/default
Modified Files:
Branch: Version-0_9_16-branch
message_main.tpl
date: 2004/11/06 16:13:43; author: powerstat; state: Exp; lines: +3 -3
Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: email/templates/default/message_main.tpl
diff -u email/templates/default/message_main.tpl:1.11.2.2
email/templates/default/message_main.tpl:1.11.2.3
--- email/templates/default/message_main.tpl:1.11.2.2 Thu Nov 13 18:43:03 2003
+++ email/templates/default/message_main.tpl Sat Nov 6 16:13:43 2004
@@ -9,7 +9,7 @@
<!-- BEGIN B_x-phpgw-type -->
<center>
<h1>THIS IS A phpGroupWare-{application} EMAIL</h1>
-In the future, this will process a specially formated email msg.<hr>
+In the future, this will process a specially formated email msg.<hr />
</center>
<!-- END B_x-phpgw-type -->
{widget_toolbar}
@@ -173,7 +173,7 @@
</table>
<!-- start message display -->
-<br>
+<br />
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
<!-- BEGIN B_debug_parts -->
<tr>
@@ -193,7 +193,7 @@
<tr>
<td width="1%"> </td>
<td align="left" width="98%">
- <br>{message_body}
+ <br />{message_body}
</td>
<td width="1%"> </td>
</tr>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] email/templates/default/message_main.tpl, 1.11.2.3,
nomail <=