From d8c947c273b90fb039784f8c75f99e4725695b97 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 7 Dec 2009 19:41:55 -0500 Subject: [PATCH] Remove redundant url parameters for calendar embed javascript source --- kronolith/lib/Kronolith.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index c01865b15..3dbcb114c 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -1546,8 +1546,7 @@ class Kronolith $url = $imple->getUrl(); $html = '
'; + . '" type="text/javascript">'; return $html; } -- 2.11.0