You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by ma...@redhat.com on 2012/02/28 17:10:53 UTC

[PATCH 5/7] Adds CDATA around limit data in returned xml of Realm

From: marios <ma...@redhat.com>


Signed-off-by: marios <ma...@redhat.com>
---
 server/views/realms/show.xml.haml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/server/views/realms/show.xml.haml b/server/views/realms/show.xml.haml
index 42f77c3..5c06c06 100644
--- a/server/views/realms/show.xml.haml
+++ b/server/views/realms/show.xml.haml
@@ -7,4 +7,5 @@
     =@realm.state
   - unless @realm.limit.eql?(:unlimited)
     %limit<
-      =@realm.limit
+      =cdata do
+        =@realm.limit
-- 
1.7.6.5