From d7a0fe668d75a354102700fcf28bc006ab5f6052 Mon Sep 17 00:00:00 2001 From: Brett Bieber <bieber@unl.edu> Date: Tue, 29 May 2012 11:32:01 -0500 Subject: [PATCH] Fix minor syntax error. --- resources/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/index.php b/resources/index.php index d7027d2..8fa26e7 100644 --- a/resources/index.php +++ b/resources/index.php @@ -164,7 +164,7 @@ $page->leftcollinks = '<h3>Related Links</h3>'. '<li><a target="_blank" href="http://www.nslpflonline.org">Free, Interactive, Financial Literacy Online Courses</a></li>'. '</ul> </div>'; $page->contactinfo = '<h3>Contact Us</h3>'. - '<div class="content"> + '<div class="content">'. ' <p style="padding:3px; border-bottom:2px #FFF solid;"><strong style="color:#333;"> Kim Barrett</strong><br />Fitness and Wellness<br />'. '<span style="font-size:95%; margin-left:10px;">University of Nebraska-Lincoln</span><br />'. '<span style="font-size:95%; margin-left:10px;">Campus Recreation</span><br />'. -- GitLab