@@ -99,8 +99,8 @@ _readstyle() {
while read _pattern _style; do
_pattern=${_pattern%%#*} # delete comments
_style=${_style%%#*} # delete comments
_pattern=${_pattern%% #*} # delete comments
_style=${_style%% #*} # delete comments
[[ -z ${_pattern} || -z ${_style} ]] && continue
The note is not visible to the blocked user.