Notizen - HTML-Tags werden im Übersichtstree nicht mehr mitangezeigt

This commit is contained in:
Andreas Österreicher
2012-01-09 16:22:32 +00:00
parent d5ec6ad0b8
commit f6790ea2d1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>';
<xul:treeitem uri="rdf:*">
<xul:treerow>
<xul:treecell label="rdf:http://www.technikum-wien.at/notiz/rdf#titel"/>
<xul:treecell label="rdf:http://www.technikum-wien.at/notiz/rdf#text"/>
<xul:treecell label="rdf:http://www.technikum-wien.at/notiz/rdf#text_stripped"/>
<xul:treecell label="rdf:http://www.technikum-wien.at/notiz/rdf#verfasser_uid"/>
<xul:treecell label="rdf:http://www.technikum-wien.at/notiz/rdf#bearbeiter_uid"/>
<xul:treecell label="rdf:http://www.technikum-wien.at/notiz/rdf#start"/>
+1
View File
@@ -68,6 +68,7 @@ foreach($notiz->result as $row)
<NOTIZ:notiz_id><![CDATA['.$row->notiz_id.']]></NOTIZ:notiz_id>
<NOTIZ:titel><![CDATA['.$row->titel.']]></NOTIZ:titel>
<NOTIZ:text><![CDATA['.$row->text.']]></NOTIZ:text>
<NOTIZ:text_stripped><![CDATA['.strip_tags($row->text).']]></NOTIZ:text_stripped>
<NOTIZ:verfasser_uid><![CDATA['.$row->verfasser_uid.']]></NOTIZ:verfasser_uid>
<NOTIZ:bearbeiter_uid><![CDATA['.$row->bearbeiter_uid.']]></NOTIZ:bearbeiter_uid>
<NOTIZ:start><![CDATA['.$datum_obj->formatDatum($row->start,'d.m.Y').']]></NOTIZ:start>