mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 14:08:23 +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
|
||||||
@@ -75,4 +73,3 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user