# File lib/openid/yadis/htmltokenizer.rb, line 191
def
trimmed_text
text
.
strip
.
gsub
(
/\s+/
m
,
" "
)
end