]> Pileus Git - ~andy/aweather-web/blobdiff - html.ct
Fixes for IE7
[~andy/aweather-web] / html.ct
diff --git a/html.ct b/html.ct
index af42dca22a60d76be1020df741836c5d2d209347..e3c3527173e2609f3809b95f6adc4b0ac34afe0b 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -2,7 +2,7 @@
 
 <% /* Global functions */ %>
 <% void print_header(void) { %>
-Content-Type: application/xhtml+xml; charset=UTF-8
+Content-Type: text/html; charset=UTF-8
 
 <% } %>
 
@@ -35,13 +35,13 @@ Content-Type: application/xhtml+xml; charset=UTF-8
                        <h1 class="title"><a href=".">AWeather</a></h1>
                        <h2 class="nav">
                                <% for (int i = 0; header[i].link; i++) print_nav(&header[i], page); %>
-                               <span class="sep" />
+                               <span class="sep"></span>
                                <% print_nav(&grits[0], page); %>
                        </h2>
                </div>
                <div class="content">
                        <% page->print(); %>
-                       <br style="clear:both;" />
+                       <div style="clear:both;"></div>
                </div>
                <p class="footer">
                        Copyright © 2011 Andy Spencer
@@ -318,7 +318,7 @@ Content-Type: application/xhtml+xml; charset=UTF-8
                </a>
        </div>
        <b>Features:</b>
-       <ul class="left">
+       <ul>
                <li>Detailed Level-II radar</li>
                <li>3D volume rendering</li>
                <li>Dual-pole support</li>