diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-05-26 19:18:48 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-05-26 19:18:48 -0400 |
commit | 95c75e73f9c0074a3e44fd9999661dc732f30080 (patch) | |
tree | 840a970c68e5ffd1937d5729d7c3149528d62eb6 /lib/sisu/v2/shared_html_lite.rb | |
parent | debian/changelog (2.4.0-1) (diff) | |
parent | update: changelog, version (2.4.1) (diff) |
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v2/shared_html_lite.rb')
-rw-r--r-- | lib/sisu/v2/shared_html_lite.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v2/shared_html_lite.rb b/lib/sisu/v2/shared_html_lite.rb index c1f53e10..2743a450 100644 --- a/lib/sisu/v2/shared_html_lite.rb +++ b/lib/sisu/v2/shared_html_lite.rb @@ -112,7 +112,7 @@ module SiSU_Format_Shared word.gsub!(/#{Mx[:lnk_o]}.+?#{Mx[:lnk_c]}(#{Mx[:url_o]}\S+?#{Mx[:url_c]}|image)/,ins) else u=case u - when /^http:\/\// + when /^https?:\/\// u when /^:/ u.gsub!(/^:/,'') |