Index: branches/5.3.x/core/units/fck/fck_eh.php
===================================================================
--- branches/5.3.x/core/units/fck/fck_eh.php
+++ branches/5.3.x/core/units/fck/fck_eh.php
@@ -96,7 +96,7 @@
 				$title = $title . ' (' . $page_path . ')';
 				$real_url = $this->Application->HREF($template, '_FRONT_END_', array('pass' => 'm'), 'index.php');
 
-				$res .= '<CmsPage real_url="' . $real_url . '" path="@@' . $id . '@@" title="' . kUtil::escape($title, kUtil::ESCAPE_HTML) . '" st_id="' . $id . '" serverpath="" />' . "\n";
+				$res .= '<CmsPage real_url="' . kUtil::escape($real_url, kUtil::ESCAPE_HTML) . '" path="@@' . $id . '@@" title="' . kUtil::escape($title, kUtil::ESCAPE_HTML) . '" st_id="' . $id . '" serverpath="" />' . "\n";
 			}
 
 			$res.= "</CmsPages>";