#17 quotes were missing

This commit is contained in:
David 2022-07-13 17:32:55 +02:00
parent 1fe54adbcb
commit bc3194bcce
1 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ if (isset($_POST['username']) && $_POST['username'] != '') { // minimal anti-spa
</div>
<div id="form-alias">
<label for="alias"><?php echo _("Name of your trash email address")?> : </label>
<input type="text" name="alias" id="input-alias" size="24" border="0" onkeyup="printForm()" onchange="printForm()" placeholder=<?php echo _("Ex : john_shop") ?>/> @<?php
<input type="text" name="alias" id="input-alias" size="24" border="0" onkeyup="printForm()" onchange="printForm()" placeholder="<?php echo _("Ex : john_shop") ?>" /> @<?php
$domains = explode(';', DOMAIN);
if (count($domains) == 1) {
echo DOMAIN.'<input type="hidden" value="'.DOMAIN.'" name="domain" id="input-domain" />';
@ -267,7 +267,7 @@ if (isset($_POST['username']) && $_POST['username'] != '') { // minimal anti-spa
</div>
<div id="form-comment">
<label for="comment"><?php echo _("Comment for this trash email (for your to remember)")?></label>
<input type="text" name="comment" size="54" placeholder=<?php echo _("Ex : Inscription sur zici.fr") ?>/>
<input type="text" name="comment" size="54" placeholder="<?php echo _("Ex : Inscription sur zici.fr") ?>" />
</div>
<div id="form-submit">
<input class="button" type="submit" id="button-add" name="add" value=<?php echo _("Activate") ?> />