Skip to content

Commit

Permalink
Add UTF-8 header to Office Word output
Browse files Browse the repository at this point in the history
Fixes #21798

Signed-off-by: Damien Regad <dregad@mantisbt.org>

Cherry-picked from 1.3.x (23da4e0)
following incorrect merge conflict resolution in
75ef078.
  • Loading branch information
atrol authored and dregad committed Mar 4, 2017
1 parent 5bd51cc commit 17d6796
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion print_all_bug_page_word.php
Expand Up @@ -110,7 +110,8 @@
} else {
echo '<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">';
xmlns="http://www.w3.org/TR/REC-html40">
<head><meta charset="utf-8"></head>';
echo '<body>';
}

Expand Down

0 comments on commit 17d6796

Please sign in to comment.