Skip to content

Commit

Permalink
Make syntax errors more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Mar 26, 2024
1 parent 41f642c commit d4e1d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dyna-rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div id="ruleFilter">
<span><span class="fa-icon">filter</span>&nbsp;<input type="search" size="16"></span>&emsp;<span data-i18n="rulesSort"></span>&nbsp;<select><option value="0" selected data-i18n="rulesSortByType"><option value="1" data-i18n="rulesSortBySource"><option value="2" data-i18n="rulesSortByDestination"></select>&emsp;<span id="diffCollapse" class="fa-icon">double-angle-up</span>
</div>
<div class="codeMirrorContainer codeMirrorMergeContainer"></div>
<div class="codeMirrorContainer codeMirrorMergeContainer cm-theme-override"></div>

<div id="templates" style="display: none;">
<input class="hidden" id="importFilePicker" type="file" accept="text/plain">
Expand Down

0 comments on commit d4e1d8d

Please sign in to comment.