diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-27 10:44:20 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-27 15:47:32 +0000 |
| commit | b34ef6ae01de77764a6770a0fef7aba7dc3f5623 (patch) | |
| tree | 6cfe16505ce1a880747cf2be4515d31cecde4133 /src/web/_views/_template | |
| parent | fix copyright year (diff) | |
| download | xssbook2-b34ef6ae01de77764a6770a0fef7aba7dc3f5623.tar.gz xssbook2-b34ef6ae01de77764a6770a0fef7aba7dc3f5623.tar.bz2 xssbook2-b34ef6ae01de77764a6770a0fef7aba7dc3f5623.zip | |
Diffstat (limited to 'src/web/_views/_template')
| -rw-r--r-- | src/web/_views/_template/post.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/_views/_template/post.php b/src/web/_views/_template/post.php index 53596d7..9290f20 100644 --- a/src/web/_views/_template/post.php +++ b/src/web/_views/_template/post.php @@ -8,9 +8,9 @@ <span class="subtext"><?=$this->format_date($post['created'])?></span> </div> </div> - <p class="content"> + <p class="content"><div> <?=$post['content']?> - </p> + </div></p> <?php $liked = $post['like_id'] ? 'btn-primary' : ''; $post_attrs = array( |