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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user