1) Fix potential XSS in digibug_album.html.php

2) Fix case of text
This commit is contained in:
Tim Almdal
2009-06-25 19:04:45 -07:00
parent 28f496924f
commit 93e4f14c85
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
<?= t("Digibug Advanced allows you to set your own price for photos and gifts. Simply provide your account information.") ?>
</div>
<div style="width: 120px;" class="gDigibugText gDigibugSignIn">
<?= t("New to Digibug ADVANCED?") ?>
<?= t("New to Digibug Advanced?") ?>
<br/> <br/>
<a href="http://www.digibug.com/signup.php" style=""><?= t("Sign up") ?></a><?= t(" to get started") ?>
</div>