From a50631e026834c6f2057fc8e1f81704ecc5d1d74 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Mon, 14 Jul 2014 20:41:12 +0300 Subject: Fix string continuation Concatenated string should have the plus sign at the end of the cut line. Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- theme/list_lib.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theme/list_lib.js') diff --git a/theme/list_lib.js b/theme/list_lib.js index 0861dd2b0..89adba98b 100644 --- a/theme/list_lib.js +++ b/theme/list_lib.js @@ -776,8 +776,8 @@ function get_dive_photos(dive) var slider = ""; document.getElementById("divephotos").style.display = 'block'; for (var i = 0; i < dive.photos.length; i++) { - slider += ''; + slider += ''; } return slider; } -- cgit v1.2.3-70-g09d2