From 968d276fe734419a9a506d0d8044ba12850e4285 Mon Sep 17 00:00:00 2001 From: Nikolaus Krondraf Date: Tue, 30 Sep 2014 10:32:52 +0000 Subject: [PATCH] =?UTF-8?q?Anzeige=20von=20HTML=20chars=20erm=C3=B6glicht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vilesci/stammdaten/vertrag_typ.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vilesci/stammdaten/vertrag_typ.php b/vilesci/stammdaten/vertrag_typ.php index 8dd66be00..183e44a07 100644 --- a/vilesci/stammdaten/vertrag_typ.php +++ b/vilesci/stammdaten/vertrag_typ.php @@ -139,8 +139,8 @@ foreach($vertrag->result as $row) echo ' - '.$row->vertragtyp_kurzbz.' - '.$row->vertragtyp_bezeichnung.' + '.$vertrag->convert_html_chars($row->vertragtyp_kurzbz).' + '.$vertrag->convert_html_chars($row->vertragtyp_bezeichnung).' '; } @@ -166,7 +166,7 @@ echo ' - +