summaryrefslogtreecommitdiff
path: root/packages/html.source.sh
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-17 21:23:06 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-17 21:23:06 +0100
commit3ef6d46bf8f86dcb2bb40abcb61f8f31847cc419 (patch)
tree32486be56458a21b500c97e657d5d19c1059c39a /packages/html.source.sh
parent944b6b1e820542406ccc3fc19808c624a033c608 (diff)
reword comments
Diffstat (limited to 'packages/html.source.sh')
-rw-r--r--packages/html.source.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/html.source.sh b/packages/html.source.sh
index d295c7a7..cc79e612 100644
--- a/packages/html.source.sh
+++ b/packages/html.source.sh
@@ -51,7 +51,7 @@ html::make_link () {
echo "<a class=\"textlink\" href=\"$link\">$descr</a><br />"
}
-## Convert Gemtext to HTML
+# Convert Gemtext to HTML
html::fromgmi () {
local is_list=no
local is_plain=no
@@ -108,7 +108,7 @@ html::fromgmi () {
done
}
-## Test HTML package.
+# Test HTML package.
html::test () {
local line='Hello world! This is a paragraph.'
assert::equals "$(html::make_paragraph "$line")" '<p>Hello world! This is a paragraph.</p>'