diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-08 08:58:32 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-08 08:58:32 +0200 |
commit | 9bfe14f7781f6f7567cfbf109474254cf6272518 (patch) | |
tree | 8ab9558c7e5fa500989100a6b4d73e68a79d4234 /plugins/vcard_attachments/vcard_attachments.php | |
parent | 2b992c5683716faee80e2e0936dc2bbd01b3de09 (diff) | |
parent | b93f5556f20e8e5ce5c235fee11dec4c2a070060 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'plugins/vcard_attachments/vcard_attachments.php')
-rw-r--r-- | plugins/vcard_attachments/vcard_attachments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vcard_attachments/vcard_attachments.php b/plugins/vcard_attachments/vcard_attachments.php index 1400cd581..ed6d45325 100644 --- a/plugins/vcard_attachments/vcard_attachments.php +++ b/plugins/vcard_attachments/vcard_attachments.php @@ -81,7 +81,7 @@ class vcard_attachments extends rcube_plugin if ($vcard->email[0]) $display .= ' <'.$vcard->email[0].'>'; - // add box below messsage body + // add box below message body $p['content'] .= html::p(array('class' => 'vcardattachment'), html::a(array( 'href' => "#", |