mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-29 19:20:52 -04:00
Normalize capitalization ticket #596
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<table>
|
||||
<tr>
|
||||
<? if ($item->original("title") != $item->title): ?>
|
||||
<td><?= t("New Title:") ?></td>
|
||||
<td><?= t("New title:") ?></td>
|
||||
<td><?= html::clean($item->title) ?></td>
|
||||
<? else: ?>
|
||||
<td><?= t("Title:") ?></td>
|
||||
@@ -21,7 +21,7 @@
|
||||
</tr>
|
||||
<? if ($item->original("description") != $item->description): ?>
|
||||
<tr>
|
||||
<td><?= t("New Description:") ?></td>
|
||||
<td><?= t("New description:") ?></td>
|
||||
<td><?= html::clean($item->description) ?></td>
|
||||
</tr>
|
||||
<? elseif (!empty($item->description)): ?>
|
||||
|
||||
Reference in New Issue
Block a user