Describe markdown HTML rendering and display a warning

Fixes 
This commit is contained in:
ArthurHoaro 2016-12-01 11:40:24 +01:00
parent 76fb679e38
commit 3d8f5cf84b
4 changed files with 32 additions and 3 deletions

View file

@ -38,11 +38,11 @@
<tr data-line="{$key}" data-order="{$counter}">
<td class="center"><input type="checkbox" name="{$key}" id="{$key}" checked="checked"></td>
<td class="center">
<a href="#"
<a href="#" class="arrow"
onclick="return orderUp(this.parentNode.parentNode.getAttribute('data-order'));">
</a>
<a href="#"
<a href="#" class="arrow"
onclick="return orderDown(this.parentNode.parentNode.getAttribute('data-order'));">
</a>