From 4c8d58b646ac62e67fc34c12f8cad51e7512bee3 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 5 Apr 2024 15:00:27 -0400 Subject: add en_CAT makefile and use ucfirst/ucwords --- src/web/_views/template/post.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/web/_views/template') diff --git a/src/web/_views/template/post.php b/src/web/_views/template/post.php index fb8cef5..3dcae8f 100644 --- a/src/web/_views/template/post.php +++ b/src/web/_views/template/post.php @@ -21,7 +21,7 @@ $post_attrs['likeId'] = $post['like_id']; } ?> - +
@@ -76,8 +76,8 @@ autocomplete="off" type="text" name="text" - placeholder="" - aria-label="" + placeholder="" + aria-label="" >
-- cgit v1.2.3-freya