diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-12-01 11:40:24 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-12-01 12:44:37 +0100 |
commit | 3d8f5cf84b8baa4a212f5089633af7c640609b62 (patch) | |
tree | 9878fda703fa0dde79e2e7dd13daad50605938d5 /tpl | |
parent | 76fb679e38c6237fc2e39c12b829068c374b8372 (diff) | |
download | Shaarli-3d8f5cf84b8baa4a212f5089633af7c640609b62.tar.gz Shaarli-3d8f5cf84b8baa4a212f5089633af7c640609b62.tar.zst Shaarli-3d8f5cf84b8baa4a212f5089633af7c640609b62.zip |
Describe markdown HTML rendering and display a warning
Fixes #688
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/pluginsadmin.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/pluginsadmin.html b/tpl/pluginsadmin.html index 672f4993..ead1734e 100644 --- a/tpl/pluginsadmin.html +++ b/tpl/pluginsadmin.html | |||
@@ -38,11 +38,11 @@ | |||
38 | <tr data-line="{$key}" data-order="{$counter}"> | 38 | <tr data-line="{$key}" data-order="{$counter}"> |
39 | <td class="center"><input type="checkbox" name="{$key}" id="{$key}" checked="checked"></td> | 39 | <td class="center"><input type="checkbox" name="{$key}" id="{$key}" checked="checked"></td> |
40 | <td class="center"> | 40 | <td class="center"> |
41 | <a href="#" | 41 | <a href="#" class="arrow" |
42 | onclick="return orderUp(this.parentNode.parentNode.getAttribute('data-order'));"> | 42 | onclick="return orderUp(this.parentNode.parentNode.getAttribute('data-order'));"> |
43 | ▲ | 43 | ▲ |
44 | </a> | 44 | </a> |
45 | <a href="#" | 45 | <a href="#" class="arrow" |
46 | onclick="return orderDown(this.parentNode.parentNode.getAttribute('data-order'));"> | 46 | onclick="return orderDown(this.parentNode.parentNode.getAttribute('data-order'));"> |
47 | ▼ | 47 | ▼ |
48 | </a> | 48 | </a> |