diff --git a/views/bootstrap/class.Clipboard.php b/views/bootstrap/class.Clipboard.php index 119ca805a..1bd9055a9 100644 --- a/views/bootstrap/class.Clipboard.php +++ b/views/bootstrap/class.Clipboard.php @@ -237,7 +237,7 @@ class SeedDMS_View_Clipboard extends SeedDMS_Theme_Style { $content .= ""; } else { } - $content .= "
".getMLText("drag_icon_here")."
"; + $content .= "
".getMLText("drag_icon_here")."
"; $txt = $this->callHook('postClipboard', $clipboard); if(is_string($txt)) $content .= $txt;