# HG changeset patch # User HIROSE Yuuji # Date 1555902153 -32400 # Node ID 5b911fee7e1b11730418466143e4c804812967e4 # Parent 2d1d651aa1f26057a927c4edfc8759daa53a226b Remove superfluous '
' from TITLE attribute. diff -r 2d1d651aa1f2 -r 5b911fee7e1b s4-funcs.sh --- 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
$mt" + iconhref2 "$icon" "$hrb+$lnk" "$gecos" else cond="$nm=$qname" # err imgsrc_cache "$dir/list" ${tbl}_m "$cond" S