* replace deprecated HTML <font> tag with <span>

This commit is contained in:
slawkens
2018-06-01 13:35:27 +02:00
parent 1926c5ec5b
commit 05e15ce9ad
38 changed files with 267 additions and 267 deletions

View File

@@ -19,14 +19,14 @@
<option>{{ player }}</option>
{% endfor %}
</select><br/>
<font size="1" face="verdana,arial,helvetica">(Name of leader of new guild.)</font>
<span style="font-size: 10px">(Name of leader of new guild.)</span>
</td>
</tr>
<tr>
<td width="150" valign="top"><b>Guild name: </b></td>
<td>
<input name="guild" value="" size="30" maxlength="50"/><br/>
<font size="1" face="verdana,arial,helvetica">(Here write name of your new guild.)</font></td>
<span style="font-size: 10px">(Here write name of your new guild.)</span></td>
</tr>
</table>
</td>