Update templates_edit.tpl

Replaced <i> with <em> to match the rest of the form
This commit is contained in:
Robin Kluth
2014-11-30 12:19:04 +01:00
parent dc5e13d13c
commit c58446359c

View File

@@ -48,11 +48,11 @@ $header
</td> </td>
</tr> </tr>
<tr> <tr>
<td><i>{SALUTATION}</em></td> <td><em>{SALUTATION}</em></td>
<td>{$lng['admin']['templates']['SALUTATION']}</td> <td>{$lng['admin']['templates']['SALUTATION']}</td>
</tr> </tr>
<tr> <tr>
<td><i>{FIRSTNAME}</em></td> <td><em>{FIRSTNAME}</em></td>
<td>{$lng['admin']['templates']['FIRSTNAME']}</td> <td>{$lng['admin']['templates']['FIRSTNAME']}</td>
</tr> </tr>
<tr> <tr>