editor: Improved use of contenteditable for a caret support
[fnpeditor.git] / src / editor / plugins / core / links / box.html
1 <div link-box style="white-space: nowrap">
2     <a link target="blank" href="<%= url %>"><%= text %></a> <br/>--
3     <span>
4         <a class="change" href="#"><%= gettext('change') %></a> |
5         <a class="delete" href="#"><%= gettext('remove') %></a>
6     </span>
7 </div>