summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/widgets/HTMLarea.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/widgets/HTMLarea.html b/templates/widgets/HTMLarea.html
index 50a332c..81696ef 100644
--- a/templates/widgets/HTMLarea.html
+++ b/templates/widgets/HTMLarea.html
@@ -5,7 +5,9 @@
{% endif %}
<button type="button" class="addTag" data-tag="i">italic</button>
<button type="button" class="addTag" data-tag="b">bold</button>
+<!--
<button type="button" class="addTag" data-tag="h2" data-attr="id=&quot;tophead&quot;">top heading</button>
+-->
<button type="button" class="addTag" data-tag="h1">heading 1</button>
<button type="button" class="addTag" data-tag="h2">heading 2</button>
<button type="button" class="addTag" data-tag="h3">heading 3</button>
@@ -13,5 +15,8 @@
<button type="button" class="addTag" data-tag="a" data-attr='href=&quot;&quot;'>hyperlink</button>
<button type="button" class="addTag" data-tag="p">paragraph</button>
<button type="button" class="addImage">image</button>
+<!--
<button type="button" class="addStr" data-str="</hr>">horizontal line</button>
+-->
+
</div>