mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user