fix
This commit is contained in:
parent
78316dc366
commit
0c67ce7c06
@ -240,7 +240,7 @@
|
|||||||
echo $strDatum."</em><br>";
|
echo $strDatum."</em><br>";
|
||||||
echo nl2br(stripslashes($comment['comment']));
|
echo nl2br(stripslashes($comment['comment']));
|
||||||
echo "<a class='left' href='".$_SERVER['PHP_SELF']."?delcid=".$comment['id']."&csrf=".$_SESSION['csrf_token']."'>".
|
echo "<a class='left' href='".$_SERVER['PHP_SELF']."?delcid=".$comment['id']."&csrf=".$_SESSION['csrf_token']."'>".
|
||||||
"<span data-toggle='tooltip' title='Freischalten/Sperren'><i class='fa fa-trash'></i></span></a>";
|
"<span data-toggle='tooltip' title='Löschen'><i class='fa fa-trash'></i></span></a>";
|
||||||
echo "</div>";
|
echo "</div>";
|
||||||
}
|
}
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
|
Loading…
Reference in New Issue
Block a user