diff options
author | Tobias Hößl <tobias@hoessl.eu> | 2012-03-16 17:47:40 +0000 |
---|---|---|
committer | Tobias Hößl <tobias@hoessl.eu> | 2012-03-16 17:47:40 +0000 |
commit | 90bb32ab7393687d46e198f94d181c830f881def (patch) | |
tree | a0f81868c8199ba0da1b29df5db6e89f2a5c7753 | |
parent | 27054964feba44e82589fb6b8c464c59b9420feb (diff) | |
download | volse-hubzilla-90bb32ab7393687d46e198f94d181c830f881def.tar.gz volse-hubzilla-90bb32ab7393687d46e198f94d181c830f881def.tar.bz2 volse-hubzilla-90bb32ab7393687d46e198f94d181c830f881def.zip |
Bugfix of old IEs
-rwxr-xr-x | view/msg-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/msg-header.tpl b/view/msg-header.tpl index b1fcefd24..098333893 100755 --- a/view/msg-header.tpl +++ b/view/msg-header.tpl @@ -37,7 +37,7 @@ if(plaintext != 'none') { textarea.attr('tabindex', null); } }); - }, + } }); } |