From f9432f2630e9340cd6a45842b453d3bf78ace0f7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 28 Mar 2013 10:56:29 +0400 Subject: since dojo dropdowns won't work in article content because of html escaping trick, replace attachment dropdown with generic html controls --- include/functions.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index dae87dab3..dcaa67e56 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3693,13 +3693,15 @@ $rv .= "
"; } - $rv .= "
". - "" . __('Attachments').""; - $rv .= "
"; + $rv .= ""; } return $rv; -- cgit v1.2.3