Skip to content

Commit 9fb5676

Browse files
committed
Add missing close of abbr HTML tag
1 parent b0e4754 commit 9fb5676

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weechat/templates/doc/security.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h4>
115115
<th>{% trans "Vulnerability type" %}</th>
116116
<th class="text-nowrap">{% trans "Scope" %}</th>
117117
<th><abbr title="{% trans "Affected versions" %}">{% trans "Versions" %}</abbr></th>
118-
<th><abbr title="{% trans "Fixed version" %}">{% trans "Fix" %}</th>
118+
<th><abbr title="{% trans "Fixed version" %}">{% trans "Fix" %}</abbr></th>
119119
<th>{% trans "Release date" %}</th>
120120
</tr>
121121
</thead>

0 commit comments

Comments
 (0)