]> git.0d.be Git - chloro.git/commitdiff
quickedit: use angle brackets as code button
authorFrédéric Péters <fpeters@0d.be>
Sat, 6 Jun 2020 14:26:36 +0000 (16:26 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 6 Jun 2020 17:14:39 +0000 (19:14 +0200)
chloro/phyll/static/js/chloro.js

index 8daedea8d7db26a555c4776c588c542881fc64cf..781836f0c50aea826a670179da9340b3cdfff047 100644 (file)
       style_popup = $('<div class="inline-style-popup">' +
                       '<button data-action="italic"><i>i</i></button>' +
                       '<button data-action="bold"><b>b</b></button>' +
       style_popup = $('<div class="inline-style-popup">' +
                       '<button data-action="italic"><i>i</i></button>' +
                       '<button data-action="bold"><b>b</b></button>' +
-                      '<button data-action="code">#</button>' +
+                      '<button data-action="code">&lt;&gt;</button>' +
                       '<button data-action="removeFormat">×</button>' +
                       '<button data-action="createLink">a</button>' +
                       '<input name="link-target"/>' +
                       '<button data-action="removeFormat">×</button>' +
                       '<button data-action="createLink">a</button>' +
                       '<input name="link-target"/>' +