linkifier-settings: Remove unnecessary div.

The div element has no classes and thus is not used to apply
any CSS or anything, so this commit removes it.
This commit is contained in:
Sahil Batra
2024-07-15 21:38:39 +05:30
committed by Tim Abbott
parent ff99a6a04e
commit cb0a0599e2

View File

@@ -1,6 +1,4 @@
<div id="linkifier-settings" class="settings-section" data-name="linkifier-settings">
<div>
<p>
{{t "Configure regular expression patterns that will be used to
automatically transform any matching text in Zulip messages
@@ -74,5 +72,4 @@
<tbody id="admin_linkifiers_table" data-empty="{{t 'No linkifiers configured.' }}" data-search-results-empty="{{t 'No linkifiers match your current filter.' }}"></tbody>
</table>
</div>
</div>
</div>