diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-10-12 23:09:58 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-10-12 23:09:58 +0300 |
commit | 004a3e2db1a5de58c81797e8a504a63d8c35f53b (patch) | |
tree | 64b72f03bd1faef094ced5eb5516c0dd83180b0a | |
parent | b81b4ef2ef8c96bfac10a3e8a0529a069ef9a605 (diff) | |
download | troggle-004a3e2db1a5de58c81797e8a504a63d8c35f53b.tar.gz troggle-004a3e2db1a5de58c81797e8a504a63d8c35f53b.tar.bz2 troggle-004a3e2db1a5de58c81797e8a504a63d8c35f53b.zip |
comment out hr and top heading, never needed and disrupt layout
-rw-r--r-- | templates/widgets/HTMLarea.html | 5 |
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="tophead"">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=""'>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> |