mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 22:19:48 +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 id="linkifier-settings" class="settings-section" data-name="linkifier-settings">
|
||||||
<div>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{{t "Configure regular expression patterns that will be used to
|
{{t "Configure regular expression patterns that will be used to
|
||||||
automatically transform any matching text in Zulip messages
|
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>
|
<tbody id="admin_linkifiers_table" data-empty="{{t 'No linkifiers configured.' }}" data-search-results-empty="{{t 'No linkifiers match your current filter.' }}"></tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user