Renamed more CSS selectors from gName to g-name.

This commit is contained in:
Chad Kieffer
2009-10-04 15:53:00 -06:00
parent 048e540a98
commit d581bbbd1e
18 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
</li>
<li>
<a href="<?= url::site("logout?csrf=$csrf&amp;continue=" . urlencode(url::current(true))) ?>"
id="g-logoutLink"><?= t("Logout") ?></a>
id="g-logout-link"><?= t("Logout") ?></a>
</li>
<? endif ?>
</ul>