idea Steuerzeichen entfernen

This commit is contained in:
2018-10-01 12:44:55 +02:00
parent 21904d826e
commit 62c462af59
4 changed files with 36 additions and 15 deletions

View File

@ -215,7 +215,7 @@ else { //if( $show_filter != 1 ) {
$thisday .= '
<tr bgcolor="'.$row["bg_farbe_text"].'">
<td colspan="5">
<span style="color:'.$row["text_farbe_text"].';font-size:'.$row["text_groesse_text"].'">'.$row["text"].'</span>
<span style="color:'.$row["text_farbe_text"].';font-size:'.$row["text_groesse_text"].'">'.remove_idea_codes($row["text"]).'</span>
</td>
</tr>
';