diff --git a/ChangeLog b/ChangeLog index c674aa6be..67ef23f81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-09-26 Wolfgang Sourdeau + * UI/Common/UIxPageFrame.m ([UIxPageFrame -doctype]): new method + that returns an unparsed doctype definition for the pages. + * SoObjects/Contacts/SOGoContactLDAPEntry.m ([SOGoContactLDAPEntry -vCard]): set the card's fn to attribute "displayName" if found before "cn". diff --git a/UI/Common/UIxPageFrame.m b/UI/Common/UIxPageFrame.m index 43218867c..5f433baba 100644 --- a/UI/Common/UIxPageFrame.m +++ b/UI/Common/UIxPageFrame.m @@ -59,6 +59,11 @@ return [[self clientObject] ownerInContext:[self context]]; } +- (NSString *) doctype +{ + return @""; +} + /* Help URL/target */ - (NSString *)helpURL