aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/sisupod_make.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-05-26 19:16:02 -0400
committerRalph Amissah <ralph@amissah.com>2010-05-26 19:16:02 -0400
commit752cfd30e986d8a77bfcef51ee4a15ba3c044059 (patch)
tree648c5a2076a0c9eaea66d21e0ab2511490be2347 /lib/sisu/v2/sisupod_make.rb
parentdal syntax, doc_str, http: matches to include https: (diff)
general extension of regex matches for http: to include https:
Diffstat (limited to 'lib/sisu/v2/sisupod_make.rb')
-rw-r--r--lib/sisu/v2/sisupod_make.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v2/sisupod_make.rb b/lib/sisu/v2/sisupod_make.rb
index c721f257..188e3315 100644
--- a/lib/sisu/v2/sisupod_make.rb
+++ b/lib/sisu/v2/sisupod_make.rb
@@ -219,7 +219,7 @@ module SiSU_Doc
and images.length > 1
images.flatten!
images.uniq!
- images.delete_if {|x| x =~/http:\/\// }
+ images.delete_if {|x| x =~/https?:\/\// }
#images.sort!
image_path_pwd='_sisu/image'
path_pod_conf="#{@env.path.processing}/sisupod/_sisu"