Monotone-Parent: d48095cca5ce95803d881d96312e4b396f275daf

Monotone-Revision: 9ffc575e66dc27e09f7df66d4063ceae42655bf0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-03T14:36:03
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-03 14:36:03 +00:00
parent 8ba9a84a60
commit 65f05bad53
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
2006-10-03 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Common/UIxPageFrame.m ([UIxPageFrame -doctype]): added the
"<?xml..." header.
* UI/Contacts/UIxContactsMailerSelection.m,
UI/Contacts/UIxContactsSchedulerSelection.m: classes replacing
UI/Contacts/UIxContactsSelectionView.m to provide a different set
+4 -1
View File
@@ -61,7 +61,10 @@
- (NSString *) doctype
{
return @"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">";
return (@"<?xml version=\"1.0\"?>\n"
@"<!DOCTYPE html"
@" PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\""
@" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">");
}
/* Help URL/target */