[extensions-web] Don't use deprecated clear attribute on <br>



commit dde8320b10fd982cafcc3e19e3ed8ff0fd655040
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Oct 26 13:18:54 2011 -0400

    Don't use deprecated clear attribute on <br>

 sweettooth/review/templates/review/review.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/review/templates/review/review.html b/sweettooth/review/templates/review/review.html
index 48ecf1c..5047e29 100644
--- a/sweettooth/review/templates/review/review.html
+++ b/sweettooth/review/templates/review/review.html
@@ -25,7 +25,7 @@
     <hr>
 
     No comments.
-    <br clear="both">
+    <div class="clear"></div>
   </div>
 </div>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]