Monotone-Parent: 2efa5eae838cb1f105fa6d374d23689838913b4d

Monotone-Revision: d07959b964a2582bf5674d383b0dac7303346571

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-01-31T16:07:09
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-01-31 16:07:09 +00:00
parent 9110586eab
commit 8bb92ebe43
5 changed files with 217 additions and 186 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
- (NSString *) doctype
{
return (@"<?xml version=\"1.0\"?>\n"
return (@"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
@"<!DOCTYPE html"
@" PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\""
@" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">");