Update templates_add_2.tpl

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

View File

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