[geeklog-cvs] geeklog: Too many nested <span> and <div> tags

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Apr 13 06:47:48 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/e585b2e59749
changeset: 6939:e585b2e59749
user:      Dirk Haun <dirk at haun-online.de>
date:      Mon Apr 13 11:52:14 2009 +0200
description:
Too many nested <span> and <div> tags

diffstat:

4 files changed, 4 insertions(+), 4 deletions(-)
public_html/layout/professional/comment/commentform.thtml          |    2 +-
public_html/layout/professional/comment/commentform_advanced.thtml |    2 +-
public_html/layout/professional/submit/submitstory.thtml           |    2 +-
public_html/layout/professional/submit/submitstory_advanced.thtml  |    2 +-

diffs (48 lines):

diff -r 30016d8c4d9c -r e585b2e59749 public_html/layout/professional/comment/commentform.thtml
--- a/public_html/layout/professional/comment/commentform.thtml	Mon Apr 13 11:36:37 2009 +0200
+++ b/public_html/layout/professional/comment/commentform.thtml	Mon Apr 13 11:52:14 2009 +0200
@@ -26,7 +26,7 @@
                                                             <select name="postmode">
                                                                 {postmode_options}
                                                             </select><br{xhtml}>
-                                                            <span class="warningsmall">{allowed_html}</span>
+                                                            {allowed_html}
                                                         </td>
                                                     </tr>
                                                     {captcha}
diff -r 30016d8c4d9c -r e585b2e59749 public_html/layout/professional/comment/commentform_advanced.thtml
--- a/public_html/layout/professional/comment/commentform_advanced.thtml	Mon Apr 13 11:36:37 2009 +0200
+++ b/public_html/layout/professional/comment/commentform_advanced.thtml	Mon Apr 13 11:52:14 2009 +0200
@@ -40,7 +40,7 @@
                                                             <select id="sel_editmode" name="postmode" onchange="change_editmode(this);">
                                                                 {postmode_options}
                                                             </select><br{xhtml}>
-                                                            <span class="warningsmall">{allowed_html}</span>
+                                                            {allowed_html}
                                                         </td>
                                                     </tr>
                                                     {captcha}
diff -r 30016d8c4d9c -r e585b2e59749 public_html/layout/professional/submit/submitstory.thtml
--- a/public_html/layout/professional/submit/submitstory.thtml	Mon Apr 13 11:36:37 2009 +0200
+++ b/public_html/layout/professional/submit/submitstory.thtml	Mon Apr 13 11:52:14 2009 +0200
@@ -30,7 +30,7 @@
                                             <select name="postmode">
                                                 {story_postmode_options}
                                             </select>
-                                            <br{xhtml}><span class="warningsmall">{allowed_html}</span>
+                                            <br{xhtml}>{allowed_html}
                                         </td>
                                     </tr>
                                     {captcha}
diff -r 30016d8c4d9c -r e585b2e59749 public_html/layout/professional/submit/submitstory_advanced.thtml
--- a/public_html/layout/professional/submit/submitstory_advanced.thtml	Mon Apr 13 11:36:37 2009 +0200
+++ b/public_html/layout/professional/submit/submitstory_advanced.thtml	Mon Apr 13 11:52:14 2009 +0200
@@ -38,7 +38,7 @@
                                             <select id="sel_editmode" name="postmode" {change_editormode}>
                                                 {story_postmode_options}
                                             </select>
-                                            <br{xhtml}><span class="warningsmall">{allowed_html}</span>
+                                            <br{xhtml}>{allowed_html}
                                         </td>
                                     </tr>
                                     {captcha}



More information about the geeklog-cvs mailing list