summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-06 12:44:53 +0400
committerAndrew Dolgov <[email protected]>2009-10-06 12:44:53 +0400
commit7d939be7510c603bcfc4793f38f165568d468af8 (patch)
tree4d5a99638c337e98669b8c8c5d2d2d2ed89be4be /functions.php
parentdb54143e8852bd7e428fb82f714cc0d56161be7b (diff)
fix width/height for static img tags (excludes selected dynamic content) (closes #245)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 25ff27995..b0904c1ff 100644
--- a/functions.php
+++ b/functions.php
@@ -4036,7 +4036,8 @@
onmouseover=\"enable_selection(false)\"
onmouseout=\"enable_selection(true)\"
onclick=\"toggleHeadlineActions()\" id=\"headlineActionsDrop\">".
- __("Actions...") . "&nbsp;&nbsp;<img src=\"images/down_arrow.png\">
+ __("Actions...") . "&nbsp;&nbsp;<img width='11' height'7'
+ src=\"images/down_arrow.png\">
</span>";
print "<ul id=\"headlineActionsBody\" style=\"display : none\">";