1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00

uwuzu v1.3.6 new_planet

This commit is contained in:
Daichimarukana
2024-04-24 00:17:27 +09:00
parent c59f9a3366
commit 9c39e54191
94 changed files with 7116 additions and 1464 deletions
+1 -1
View File
@@ -396,7 +396,7 @@ $pdo = null;
<summary><?php echo htmlentities($value["title"]);?></summary>
<hr>
<div class="p2">本文</div>
<p><?php echo htmlentities($value["note"]);?></p>
<p><?php echo nl2br(htmlentities($value["note"]));?></p>
<hr>
<div class="p2">配信日時</div>
<p><?php echo date("Y年m月d日 H:i", strtotime(htmlentities($value["datetime"])));?></p>