projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8b83c8
)
Remove non-existent variable
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 17 Sep 2009 20:49:59 +0000
(14:49 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 17 Sep 2009 21:15:11 +0000
(15:15 -0600)
imp/templates/chunks/message.php
patch
|
blob
|
history
diff --git
a/imp/templates/chunks/message.php
b/imp/templates/chunks/message.php
index
734601b
..
5011208
100644
(file)
--- a/
imp/templates/chunks/message.php
+++ b/
imp/templates/chunks/message.php
@@
-113,7
+113,7
@@
function _createDAfmsg($text, $image, $id, $class = '', $show_text = true)
<?php if (!$disable_compose): ?>
<div id="qreply" style="display:none">
<div class="header">
- <div class="headercloseimg"><
?php echo $close_img ?><
/div>
+ <div class="headercloseimg"></div>
<div><?php echo _("Message:") . ' ' . $show_msg_result['subject'] ?></div>
</div>
<?php echo $compose_result['html']; ?>