diff options
author | Daniel Baumann <daniel@debian.org> | 2010-06-29 03:25:41 +0200 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-07-02 13:56:08 -0400 |
commit | 77d84aafc9d1f3df4b3988e48cbf2ce06d315d7b (patch) | |
tree | 78edb5d90ef5f7b9ce44f97f33fd4f8734f5d31a /lib/sisu/v2/shared_html_lite.rb | |
parent | provide alternatives for producing single output types (diff) |
Removing useless whitespaces from upstream files at EOL.
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 2743a450..bb27258c 100644 --- a/lib/sisu/v2/shared_html_lite.rb +++ b/lib/sisu/v2/shared_html_lite.rb @@ -86,7 +86,7 @@ module SiSU_Format_Shared end def urls(data) @words=[] - map_nametags=SiSU_Particulars::Combined_singleton.instance.get_map_nametags(@md).nametags_map + map_nametags=SiSU_Particulars::Combined_singleton.instance.get_map_nametags(@md).nametags_map data.each do |word| @words << if word=~/#{Mx[:lnk_o]}(.+?)#{Mx[:lnk_c]}(#{Mx[:url_o]}\S+?#{Mx[:url_c]}|#{Mx[:rel_o]}\S+?#{Mx[:rel_c]}|image)/ if word =~/#{Mx[:lnk_o]}.+?#{Mx[:lnk_c]}#{Mx[:url_o]}\S+?#{Mx[:url_c]}/ |