Skip to content
Snippets Groups Projects
Verified Commit 841cc433 authored by mirabilos's avatar mirabilos Committed by mirabilos
Browse files

keep it consistent, so the user doesn’t wonder

parent 875a7dfd
No related branches found
No related tags found
No related merge requests found
...@@ -221,7 +221,7 @@ function anchorIt { ...@@ -221,7 +221,7 @@ function anchorIt {
fi fi
local attr=" id=\"$idhtm\"" local attr=" id=\"$idhtm\""
if [[ $li = li ]]; then if [[ $li = li ]]; then
[[ -z $lbl ]] || attr+=" title=\"$lblhtm\"" attr+=" title=\"$lblhtm\""
else else
print -nru4 -- "<dt><a href=\"#$idhtm\">$lblhtm</a></dt>" print -nru4 -- "<dt><a href=\"#$idhtm\">$lblhtm</a></dt>"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment