From 9f048da0c879c6433da75abfd3c5461fb85f47ff Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 14 Jun 2004 18:15:34 +0000 Subject: [PATCH] fixed missing XML namespace in template ... git-svn-id: http://svn.opengroupware.org/SOGo/trunk@36 d1b88da0-ebda-0310-925b-ed51d893ca5b --- ZideStore/UI-X/ChangeLog | 4 ++++ ZideStore/UI-X/Scheduler/OGoCalMonthOverview.wox | 1 + 2 files changed, 5 insertions(+) diff --git a/ZideStore/UI-X/ChangeLog b/ZideStore/UI-X/ChangeLog index 54359b87..373dcff1 100644 --- a/ZideStore/UI-X/ChangeLog +++ b/ZideStore/UI-X/ChangeLog @@ -1,3 +1,7 @@ +2004-06-14 Helge Hess + + * Scheduler/OGoCalMonthOverview.wox: added missing rsrc namespace + 2004-06-14 Helge Hess * Common/common.h: fixed a gcc 3.4 warning diff --git a/ZideStore/UI-X/Scheduler/OGoCalMonthOverview.wox b/ZideStore/UI-X/Scheduler/OGoCalMonthOverview.wox index e964ea5e..ceb54d98 100644 --- a/ZideStore/UI-X/Scheduler/OGoCalMonthOverview.wox +++ b/ZideStore/UI-X/Scheduler/OGoCalMonthOverview.wox @@ -3,6 +3,7 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:var="http://www.skyrix.com/od/binding" xmlns:const="http://www.skyrix.com/od/constant" + xmlns:rsrc="OGo:url" > -- 2.39.5