Even more markup fixes
authorMagnus Hagander <magnus@hagander.net>
Wed, 26 Dec 2012 18:59:38 +0000 (19:59 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 26 Dec 2012 18:59:38 +0000 (19:59 +0100)
django/archives/mailarchives/templates/message_flat.html

index 7be416140bc885874568458ea3ee6e9a945949d8..ccedf7bf9a22851d7207a3f4f3fd3cdd472effff 100644 (file)
@@ -12,8 +12,6 @@ function load() {
 }
 window.onload = load;
 </script>
-<style>
-</style>
 {%endblock%}
 {%block contents%}
 <h2>{{msg.subject}}</h2>
@@ -29,7 +27,7 @@ window.onload = load;
   <th>To:</th>
   <td>{{m.to|hidemail}}</td>
  </tr>
-{%if m.cc%}<tr>
+{%if m.cc%}
  <tr>
   <th>Cc:</th>
   <td>{{m.cc|hidemail}}</td>