From a1bf5032f71911bfadcef88ec533f4c70ab0c5c5 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Thu, 27 Oct 2016 13:10:35 -0400
Subject: [PATCH] Fix markup errors in provided footer include for ch11pr02

---
 chapter11/project2/includes/travel-footer.inc.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chapter11/project2/includes/travel-footer.inc.php b/chapter11/project2/includes/travel-footer.inc.php
index 8260370..416cae6 100644
--- a/chapter11/project2/includes/travel-footer.inc.php
+++ b/chapter11/project2/includes/travel-footer.inc.php
@@ -34,7 +34,7 @@
                </div>
             </div>
             <hr/>
-            Phone: 333-444-5555</br>
+            Phone: 333-444-5555<br>
             Email: support@shareyourtravels.com
         </div>
       </div>
@@ -46,7 +46,7 @@
             <p><small>&copy; 2014 - Share Your Travels</small></p>
          </div>
          <div class="col-md-6">
-            <p class="pull-right"><small>A case study for <a href="http://www.fundwebdev.com">Fundamentals of Web Development</a><small></p>
+            <p class="pull-right"><small>A case study for <a href="http://www.fundwebdev.com">Fundamentals of Web Development</a></small></p>
          </div>            
       </div>
    </div>
-- 
GitLab