Skip to content

Commit

Permalink
Fix setting title
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jun 10, 2014
1 parent 2b8e776 commit a7c6aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/compose-dimp.js
Expand Up @@ -971,8 +971,8 @@ var DimpCompose = {
if (f.files) {
f = f.files;
} else {
f = null;
t = $F(f).escapeHTML();
f = null;
}
}

Expand Down

0 comments on commit a7c6aa1

Please sign in to comment.