1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fixed invalid HTML

This commit is contained in:
Patrick Allaert
2021-11-26 12:43:32 +01:00
parent 2ceaff53a6
commit 5eb615c888

View File

@@ -183,7 +183,7 @@ $SIDEBAR = <<< SIDEBAR_DATA
$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 @@ $announcements
</li>
</ul>
</div>
</p>
</div>
SIDEBAR_DATA;