fixed typo

This commit is contained in:
Serghey Rodin 2012-10-10 17:56:45 +03:00
commit e033c29c11

View file

@ -9,7 +9,7 @@
<table class="sub-menu" style="background: white;"> <table class="sub-menu" style="background: white;">
<tr> <tr>
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b>Adding User</b></a> <td style="padding: 10px 2px 10px 0;" ><a class="name"><b>Editing User</b></a>
<?php <?php
if (!empty($_SESSION['error_msg'])) { if (!empty($_SESSION['error_msg'])) {
echo "<a class=\"add-error\"> → ".$_SESSION['error_msg']."</a>"; echo "<a class=\"add-error\"> → ".$_SESSION['error_msg']."</a>";