mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 22:48:16 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user