Merge branch 'maint'

This commit is contained in:
Lukas Fleischer 2013-01-30 09:25:42 +01:00
commit 8b791dee91
4 changed files with 30 additions and 15 deletions

View file

@ -137,7 +137,7 @@ if ($row["SubmitterUID"]):
<td><?= htmlspecialchars($submitter) ?></td>
<?php endif; ?>
<?php else: ?>
<td>None</td>
<td><?= __('None') ?></td>
<?php endif; ?>
</tr>
<tr>
@ -155,7 +155,7 @@ if ($row["MaintainerUID"]):
<td><?= htmlspecialchars($maintainer) ?></td>
<?php endif; ?>
<?php else: ?>
<td>None</td>
<td><?= __('None') ?></td>
<?php endif; ?>
</tr>
<tr>