aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2024-11-17 16:17:05 +0100
committerMario Vavti <mario@mariovavti.com>2024-11-17 16:17:05 +0100
commit25b089c1a930e41e0d4029aad3fde531e21717e1 (patch)
tree46740bd0d9c26df1260bd7643c703ceda6863b17 /view/tpl
parent67a9292aaa5246783b70ca3754b31924416d7f08 (diff)
downloadvolse-hubzilla-25b089c1a930e41e0d4029aad3fde531e21717e1.tar.gz
volse-hubzilla-25b089c1a930e41e0d4029aad3fde531e21717e1.tar.bz2
volse-hubzilla-25b089c1a930e41e0d4029aad3fde531e21717e1.zip
fix some errors detected by phpstan
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/cover_photo.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cover_photo.tpl b/view/tpl/cover_photo.tpl
index dd0d3dbee..d2069dcf6 100644
--- a/view/tpl/cover_photo.tpl
+++ b/view/tpl/cover_photo.tpl
@@ -90,7 +90,7 @@
<div class="section-content-warning-wrapper">{{$info}}</div>
{{/if}}
{{if $existing}}
- <img class="cover-photo-review" style="max-width: 100%;" src="{{$existing.url}}" alt="{{t('Cover Photo')}}" />
+ <img class="cover-photo-review" style="max-width: 100%;" src="{{$existing.url}}" alt="Cover Photo" />
{{/if}}
<form enctype="multipart/form-data" action="cover_photo" method="post">
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>