From 6c7847911062dae15539aa055c13f314f0ed909d Mon Sep 17 00:00:00 2001 From: Olivier Berten Date: Tue, 23 Feb 2021 00:22:17 +0100 Subject: [PATCH] Fix external source link --- chant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chant.php b/chant.php index 988b94f..30f53ae 100644 --- a/chant.php +++ b/chant.php @@ -195,7 +195,7 @@ if(count($c_p) > 0) { if($next) $sources_img .= ' '; $sources_img .= "
\n"; for($i = 0; $i < max(1, $s[3]); $i++) { - if(is_array($urls)) $sources_img .= ''; + if(is_array($urls)) $sources_img .= ''; $sources_img .= ''; if(is_array($urls)) $sources_img .= ''; $sources_img .= '
'."\n";