From c478a792fb13bdb410d5e9467efc06cae9163858 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= <jfd@butonic.de>
Date: Wed, 23 Oct 2013 10:53:52 +0200
Subject: [PATCH] add missing ;

---
 core/js/octemplate.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/js/octemplate.js b/core/js/octemplate.js
index 46ffa97657..aab705059d 100644
--- a/core/js/octemplate.js
+++ b/core/js/octemplate.js
@@ -82,7 +82,7 @@
 					}
 				);
 			} catch(e) {
-				console.error(e, 'data:', data)
+				console.error(e, 'data:', data);
 			}
 		},
 		options: {
-- 
GitLab