From 7720da2dfd231de0a5d02122fcad37adc96e98a2 Mon Sep 17 00:00:00 2001
From: Brett Bieber <brett.bieber@gmail.com>
Date: Thu, 13 Mar 2014 08:28:20 -0500
Subject: [PATCH] Fix HTML validation errors

---
 resources/bands/index.shtml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/resources/bands/index.shtml b/resources/bands/index.shtml
index 119ac50..99780ce 100644
--- a/resources/bands/index.shtml
+++ b/resources/bands/index.shtml
@@ -176,9 +176,9 @@
 
                                 <p>We have included multiple classes to go with the <code>wdn-inner-wrapper</code> to adjust for padding.
                                 <br><br>
-                                <code>wdn-inner-padding-none<code><br>
-                                <code>wdn-inner-padding-sm</code><br>
-                                <code>wdn-inner-padding-lg</code><br>
+                                <code>wdn-inner-padding-none</code><br />
+                                <code>wdn-inner-padding-sm</code><br />
+                                <code>wdn-inner-padding-lg</code><br />
                                 <code>wdn-inner-padding-no-top</code>
                                 </p>
 
@@ -242,4 +242,4 @@
         <!--#include virtual="/wdn/templates_4.0/includes/noscript.html" -->
     </div>
 </body>
-<!-- InstanceEnd --></html>
\ No newline at end of file
+<!-- InstanceEnd --></html>
-- 
GitLab