[geeklog-cvs] geeklog: HTML fixes

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Apr 26 12:50:13 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/2fdc03ea2fb6
changeset: 6991:2fdc03ea2fb6
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Apr 26 17:47:55 2009 +0200
description:
HTML fixes

diffstat:

4 files changed, 12 insertions(+), 12 deletions(-)
public_html/layout/professional/search/resultauthdatehits.thtml |    8 +++---
public_html/layout/professional/search/resultrowenhanced.thtml  |   12 +++++-----
public_html/layout/professional/search/resultsummary.thtml      |    2 -
public_html/layout/professional/search/resulttitle.thtml        |    2 -

diffs (51 lines):

diff -r cbedc66a434c -r 2fdc03ea2fb6 public_html/layout/professional/search/resultauthdatehits.thtml
--- a/public_html/layout/professional/search/resultauthdatehits.thtml	Sun Apr 26 12:14:06 2009 +0200
+++ b/public_html/layout/professional/search/resultauthdatehits.thtml	Sun Apr 26 17:47:55 2009 +0200
@@ -1,5 +1,5 @@
 <tr>
-<td class=searchAuth>{data}</td>
-<td class=searchDate>{data2}</td>
-<td class=searchHits width=100>{data3}</td>
-</tr>
\ No newline at end of file
+<td class="searchAuth">{data}</td>
+<td class="searchDate">{data2}</td>
+<td class="searchHits" width="100">{data3}</td>
+</tr>
diff -r cbedc66a434c -r 2fdc03ea2fb6 public_html/layout/professional/search/resultrowenhanced.thtml
--- a/public_html/layout/professional/search/resultrowenhanced.thtml	Sun Apr 26 12:14:06 2009 +0200
+++ b/public_html/layout/professional/search/resultrowenhanced.thtml	Sun Apr 26 17:47:55 2009 +0200
@@ -1,12 +1,12 @@
                                 <tr>
                                 	<td>
-                                		<table width = 100%>
-                                    		{data_cols}
-                                    	</table>
+                                        <table width="100%">
+                                            {data_cols}
+                                        </table>
                                     </td>
                                 </tr>
                                 <tr>
-                                	<td>
-                                		 
+                                    <td>
+                                         
                                     </td>
-                                </tr>
\ No newline at end of file
+                                </tr>
diff -r cbedc66a434c -r 2fdc03ea2fb6 public_html/layout/professional/search/resultsummary.thtml
--- a/public_html/layout/professional/search/resultsummary.thtml	Sun Apr 26 12:14:06 2009 +0200
+++ b/public_html/layout/professional/search/resultsummary.thtml	Sun Apr 26 17:47:55 2009 +0200
@@ -1,1 +1,1 @@
-<tr><td  class="alignleft" class=basicsm colspan = 3>{data}</td></tr>
\ No newline at end of file
+<tr><td class="alignleft" class="basicsm" colspan="3">{data}</td></tr>
diff -r cbedc66a434c -r 2fdc03ea2fb6 public_html/layout/professional/search/resulttitle.thtml
--- a/public_html/layout/professional/search/resulttitle.thtml	Sun Apr 26 12:14:06 2009 +0200
+++ b/public_html/layout/professional/search/resulttitle.thtml	Sun Apr 26 17:47:55 2009 +0200
@@ -1,1 +1,1 @@
-<tr><td class="alignleft" class=basic colspan = 3>{data}</td></tr>
\ No newline at end of file
+<tr><td class="alignleft" class="basic" colspan="3">{data}</td></tr>



More information about the geeklog-cvs mailing list