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"; } /* }}} */