[prev] [thread] [next] [lurker] [Date index for 2003/12/18]
Author: gabor
Date: 2003-12-18 15:30:13 +0200 (Thu, 18 Dec 2003)
New Revision: 124
Modified:
yapcom/trunk/templates/header.tmpl
yapcom/trunk/templates/message.tmpl
Log:
This patch fixes some typos and removes a <center> tag which is non-standard
HTML. by Shlomi
Modified: yapcom/trunk/templates/header.tmpl
===================================================================
--- yapcom/trunk/templates/header.tmpl 2003-12-18 12:16:50 UTC (rev 123)
+++ yapcom/trunk/templates/header.tmpl 2003-12-18 13:30:13 UTC (rev 124)
@@ -10,7 +10,7 @@
<title>YAPC::Israel::2004 - <TMPL_VAR NAME="title"></title>
</head>
<body>
-<center><h2><TMPL_VAR NAME="title"></h2></center>
+<h2 class="center"><TMPL_VAR NAME="title"></h2>
<table width="90%">
<tr>
<td valign="top">
Modified: yapcom/trunk/templates/message.tmpl
===================================================================
--- yapcom/trunk/templates/message.tmpl 2003-12-18 12:16:50 UTC (rev 123)
+++ yapcom/trunk/templates/message.tmpl 2003-12-18 13:30:13 UTC (rev 124)
@@ -1,4 +1,4 @@
-<TMPL_VALUE NAME="title" VALUE="Respons page">
+<TMPL_VALUE NAME="title" VALUE="Response page">
<TMPL_INCLUDE NAME="header.tmpl">
<TMPL_IF NAME="password_changed">
Your password has been successfully updated.
@@ -18,7 +18,7 @@
No such person.
</TMPL_IF>
<TMPL_IF NAME="no_proposals">
-Thank you but we do not accept more proposals nor do allow you to change the old once.
+Thank you but we do not accept more proposals nor do allow you to change the old ones.
<p>
Maybe next time.
</TMPL_IF>
Generated at 16:30 on 18 Dec 2003 by mariachi 0.52