mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-08 23:59:28 +00:00
Notizen - HTML-Tags werden im Übersichtstree nicht mehr mitangezeigt
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user