changeset 567:5b911fee7e1b

Remove superfluous '<br>' from TITLE attribute.
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 22 Apr 2019 12:02:33 +0900
parents 2d1d651aa1f2
children 3cb5c360e1bf
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Thu Apr 18 08:17:24 2019 +0900
+++ b/s4-funcs.sh	Mon Apr 22 12:02:33 2019 +0900
@@ -2193,7 +2193,7 @@
 	iconhref "$dir/$deficon" "$hrb+$lnk" "$gecos"
       fi
     elif [ -n "$icon" -a -s "$icon" ]; then
-      iconhref2 "$icon" "$hrb+$lnk" "$gecos<br>$mt"
+      iconhref2 "$icon" "$hrb+$lnk" "$gecos"
     else
       cond="$nm=$qname"
       # err imgsrc_cache "$dir/list" ${tbl}_m "$cond" S

yatex.org