aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/pluginsadmin.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-12-01 11:40:24 +0100
committerArthurHoaro <arthur@hoa.ro>2016-12-01 12:44:37 +0100
commit3d8f5cf84b8baa4a212f5089633af7c640609b62 (patch)
tree9878fda703fa0dde79e2e7dd13daad50605938d5 /tpl/pluginsadmin.html
parent76fb679e38c6237fc2e39c12b829068c374b8372 (diff)
downloadShaarli-3d8f5cf84b8baa4a212f5089633af7c640609b62.tar.gz
Shaarli-3d8f5cf84b8baa4a212f5089633af7c640609b62.tar.zst
Shaarli-3d8f5cf84b8baa4a212f5089633af7c640609b62.zip
Describe markdown HTML rendering and display a warning
Fixes #688
Diffstat (limited to 'tpl/pluginsadmin.html')
-rw-r--r--tpl/pluginsadmin.html4
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>