From 128d8c4bcddf9570da5785ff171e70c97c1a54b5 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 22 Jan 2024 09:44:38 -0600 Subject: Update --- etlib.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etlib.sh') diff --git a/etlib.sh b/etlib.sh index 971b879..bdf1846 100644 --- a/etlib.sh +++ b/etlib.sh @@ -15,7 +15,7 @@ html_el(){ # el TAG [ATTRS...] [TEXT...] [< INPUT] for arg do case "$arg" in - (*=*) attrs="$attrs ${arg%%=*}=\"${arg#*=}\""; shift ;; + (*=*) attrs="$attrs ${arg%%=*}=${arg#*=}"; shift ;; (*) break ;; esac done @@ -29,6 +29,7 @@ html_el(){ # el TAG [ATTRS...] [TEXT...] [< INPUT] } alias p='html_el p' +alias a='html_el a' alias h1='html_el h1' alias blockquote='html_el blockquote' alias bq=blockquote -- cgit 1.4.1-21-gabe81