Skip to content

Commit

Permalink
replace & with & in admin panel header
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarv committed Nov 19, 2015
1 parent 4684f10 commit c471d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/structure/admin/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function goBack() {window.history.back()}
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><?php echo $name; ?><b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="?base=main&amp;page=members&amp;name=<?php echo $_SESSION['pname'] ?>">Profile</a></li>
<li><a href="?base=ucp&page=mail&s=3"><?php mailStats(3)?> Unread Mail</a></li>
<li><a href="?base=ucp&amp;page=mail&amp;s=3"><?php mailStats(3)?> Unread Mail</a></li>
<li><a href="?base=ucp&amp;page=charfix">Character Fix</a></li>
<li class="divider"></li>
<li><a href="?base=misc&amp;script=logout">Log Out</a></li>
Expand Down

0 comments on commit c471d86

Please sign in to comment.