Skip to content

Commit

Permalink
Merge branch 'FRAMEWORK_5_2' of ssh://dev.horde.org/horde/git/horde i…
Browse files Browse the repository at this point in the history
…nto FRAMEWORK_5_2
  • Loading branch information
yunosh committed Jun 18, 2015
2 parents 7b9e620 + e7f8232 commit 1f63c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/compose-base.js
Expand Up @@ -131,7 +131,7 @@ var ImpComposeBase = {
val = val.substr(1);
} else if (!in_group && !in_quote) {
ob.addNewItem(val.substr(0, orig_pos));
val = val.substr(orig_pos + 2);
val = val.substr(orig_pos + 1).strip();
pos = 0;
}
break;
Expand Down

0 comments on commit 1f63c60

Please sign in to comment.