From 458069fba1ac957a3cd70937d88b64d7570bb090 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 11 Jul 2014 08:42:17 +0200 Subject: [PATCH] div.#main-clipboard doesn't need ondrop-attr anymore --- views/bootstrap/class.Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 119ba96ca..80359ade2 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1343,7 +1343,7 @@ $(function() { */ function printClipboard($clipboard){ /* {{{ */ $this->contentHeading(getMLText("clipboard"), true); - echo "
\n"; + echo "
\n"; echo $this->mainClipboard($clipboard); echo "
\n"; } /* }}} */