Fix lint errors

This commit is contained in:
Bharat Mediratta
2009-01-29 03:23:46 +00:00
parent 894a33d744
commit 6091350c94
4 changed files with 308 additions and 307 deletions

View File

@@ -54,8 +54,8 @@
<div class="gBlockContent">
<ul id="gUserAdminList">
<li class="gHeaderRow">
<strong><?= t("Username") ?></strong> <?= t("(Full name)") ?>
<span class="understate"><?= t("last login") ?></span>
<strong><?= t("Username") ?></strong> <?= t("(Full name)") ?>
<span class="understate"><?= t("last login") ?></span>
</li>
<? foreach ($users as $i => $user): ?>