This commit is contained in:
notfire 2024-12-09 16:54:46 -05:00
parent e7b55beded
commit 9fef784b8b
No known key found for this signature in database
GPG key ID: 3AFDACAAB4E56B16
2 changed files with 1 additions and 1 deletions

0
README.md Normal file
View file

View file

@ -40,7 +40,7 @@ if ($arr["ispublic"] === "f") {
echo("<a class=\"goback\" href=\"index.php?pw={$adminPassword}\">(go back?)</a>");
echo("<div class=\"question\">");
if ($arr["iscwed"] === "t") {
echo("<details><summary>cw: " . $arr["cw"] . "</summary><span class=\"cwfiller\"></span>");
echo("<h3>cw: " . $arr["cw"] . "</h3>");
}
echo(htmlspecialchars($arr["text"]));
echo("<div class=\"time\">" . $arr["time"] . "</div>");