projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ee3223
)
Fix parse typo
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 10 Jun 2009 16:54:42 +0000
(10:54 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 10 Jun 2009 17:18:45 +0000
(11:18 -0600)
imp/lib/Mime/Viewer/Pgp.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/Pgp.php
b/imp/lib/Mime/Viewer/Pgp.php
index
0656ce4
..
4258e2d
100644
(file)
--- a/
imp/lib/Mime/Viewer/Pgp.php
+++ b/
imp/lib/Mime/Viewer/Pgp.php
@@
-363,7
+363,7
@@
class IMP_Horde_Mime_Viewer_Pgp extends Horde_Mime_Viewer_Driver
$ret[$base_id]['status'][] = array(
'icon' => $icon,
'text' => array(
- Horde_Text_Filter::filter($sig_text, 'text2html', array('parselevel' => Horde_Text_Filter
::
Text2html::NOHTML))
+ Horde_Text_Filter::filter($sig_text, 'text2html', array('parselevel' => Horde_Text_Filter
_
Text2html::NOHTML))
)
);
} else {