Skip to content

Commit

Permalink
Fixed #11: remove remaining shorttags
Browse files Browse the repository at this point in the history
  • Loading branch information
rimas-kudelis committed May 1, 2014
1 parent 242b5ab commit 4ea7976
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions vexim/adminuserchange.php
Expand Up @@ -194,7 +194,7 @@
<tr>
<td><?php echo _('Spamassassin'); ?>:</td>
<td><input name="on_spamassassin" type="checkbox"
<? if ($row['on_spamassassin'] == "1") {
<?php if ($row['on_spamassassin'] == "1") {
print " checked";
}?>>
</td>
Expand Down Expand Up @@ -265,8 +265,8 @@
<td>
<input type="text" size="25" name="forward"
value="<?php print $row['forward']; ?>" class="textfield"><br>
<? echo _('Must be a full e-mail address'); ?>!<br>
<? echo _('OR') .":<br>\n"; ?>
<?php echo _('Must be a full e-mail address'); ?>!<br>
<?php echo _('OR') .":<br>\n"; ?>
<select name="forwardmenu">
<option selected value=""></option>
<?php
Expand Down
2 changes: 1 addition & 1 deletion vexim/siteadd.php
Expand Up @@ -97,7 +97,7 @@ class="textfield">
</td>
<td>
<input name="quotas" size="5" type="text" class="textfield"
value="0"><? echo _('Mb'); ?>
value="0"><?php echo _('Mb'); ?>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 4ea7976

Please sign in to comment.