[geeklog-cvs] geeklog: (X)HTML fixes (bug #0000907)

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Jun 18 14:17:35 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/a6bebd4747e6
changeset: 7125:a6bebd4747e6
user:      Dirk Haun <dirk at haun-online.de>
date:      Thu Jun 18 20:16:20 2009 +0200
description:
(X)HTML fixes (bug #0000907)

diffstat:

 public_html/layout/professional/admin/config/config_element.thtml |  2 +-
 public_html/layout/professional/admin/config/configuration.thtml  |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r a10c297ec922 -r a6bebd4747e6 public_html/layout/professional/admin/config/config_element.thtml
--- a/public_html/layout/professional/admin/config/config_element.thtml	Wed Jun 17 12:19:56 2009 +0200
+++ b/public_html/layout/professional/admin/config/config_element.thtml	Thu Jun 18 20:16:20 2009 +0200
@@ -22,7 +22,7 @@
 <td>
 <select name="{name}" class="opt">
   <!-- BEGIN select-options -->
-    <option {selected}  value="{opt_value}">{opt_name}
+    <option {selected} value="{opt_value}">{opt_name}</option>
   <!-- END select-options -->
 </select></td></tr>
 <!-- END select-element -->
diff -r a10c297ec922 -r a6bebd4747e6 public_html/layout/professional/admin/config/configuration.thtml
--- a/public_html/layout/professional/admin/config/configuration.thtml	Wed Jun 17 12:19:56 2009 +0200
+++ b/public_html/layout/professional/admin/config/configuration.thtml	Thu Jun 18 20:16:20 2009 +0200
@@ -35,8 +35,8 @@
             <!-- END notes -->
 
             <table class="inputTable">
-            <col width="200">
-            <col>
+            <col width="200"{xhtml}>
+            <col{xhtml}>
             {fs_contents}
             </table>
             </fieldset>



More information about the geeklog-cvs mailing list