[geeklog-cvs] geeklog: HTML fix.

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Apr 15 15:06:25 EDT 2011


changeset 8231:1947ec5c26ae
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/1947ec5c26ae
user: Rouslan Placella <rouslan at placella.com>
date: Fri Apr 15 20:05:52 2011 +0100
description:
HTML fix.

diffstat:

 public_html/layout/professional/noscript.thtml     |  2 +-
 public_html/layout/professional_css/noscript.thtml |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 5ffd748a4376 -r 1947ec5c26ae public_html/layout/professional/noscript.thtml
--- a/public_html/layout/professional/noscript.thtml	Fri Apr 15 11:31:26 2011 -0400
+++ b/public_html/layout/professional/noscript.thtml	Fri Apr 15 20:05:52 2011 +0100
@@ -1,6 +1,6 @@
 <noscript>    
     <div class="pluginAlert aligncenter" style="border:1px dashed #ccc;margin-top:10px;padding:15px;">{lang_nojavascript}    
-        <span{hide_link}><p>{no_javascript_return_link}</p></span>    
+        <p{hide_link}>{no_javascript_return_link}</p>
         <br{xhtml}>    
     </div>    
 </noscript>
diff -r 5ffd748a4376 -r 1947ec5c26ae public_html/layout/professional_css/noscript.thtml
--- a/public_html/layout/professional_css/noscript.thtml	Fri Apr 15 11:31:26 2011 -0400
+++ b/public_html/layout/professional_css/noscript.thtml	Fri Apr 15 20:05:52 2011 +0100
@@ -1,6 +1,6 @@
 <noscript>    
     <div class="pluginAlert aligncenter" style="border:1px dashed #ccc;margin-top:10px;padding:15px;">{lang_nojavascript}    
-        <span{hide_link}><p>{no_javascript_return_link}</p></span>    
+        <p{hide_link}>{no_javascript_return_link}</p>
         <br{xhtml}>    
     </div>    
 </noscript>



More information about the geeklog-cvs mailing list