Author: Patrick Allaert (patrickallaert)
Date: 2021-11-26T12:43:32+01:00

Commit: 
https://github.com/php/web-php/commit/5eb615c888bb7af3a2f79365df5d27daeea7a12f
Raw diff: 
https://github.com/php/web-php/commit/5eb615c888bb7af3a2f79365df5d27daeea7a12f.diff

Fixed invalid HTML

Changed paths:
  M  index.php


Diff:

diff --git a/index.php b/index.php
index 84dd7e3d3..929ab536e 100644
--- a/index.php
+++ b/index.php
@@ -183,7 +183,7 @@
 $announcements
     <p class='panel'><a href='/cal.php'>User Group Events</a></p>
     <p class='panel'><a href='/thanks.php'>Special Thanks</a></p>
-    <p class='panel social-media'>
+    <div class='panel social-media'>
       <span class='headline'>Social media</span>
       <div class='body'>
         <ul>
@@ -195,7 +195,7 @@
           </li>
         </ul>
       </div>
-    </p>
+    </div>
 
 SIDEBAR_DATA;
 

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to