diff options
Diffstat (limited to 'web/template/tu_list.php')
-rw-r--r-- | web/template/tu_list.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/tu_list.php b/web/template/tu_list.php index f64d383..3a927d9 100644 --- a/web/template/tu_list.php +++ b/web/template/tu_list.php @@ -1,5 +1,5 @@ <div class="pgbox"> - <div class="pgboxtitle" align="right"> + <div class="pgboxtitle" style="text-align:right;"> <span class='f3'><?php print $type ?></span> </div> <table width='100%' cellspacing='0' cellpadding='2'> @@ -29,7 +29,7 @@ <td class='<?php print $c ?>'><span class='f6'><span class='blue'> <?php if (!empty($row['User'])) { - print "<a href='packages.php?K=" . $row['User'] . "&SeB=m'>" . $row['User'] . "</a>"; + print "<a href='packages.php?K=" . $row['User'] . "&SeB=m'>" . $row['User'] . "</a>"; } else { print "N/A"; } |