aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/sisupod_make.rb
diff options
context:
space:
mode:
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"