forked from AkkomaGang/akkoma
static_fe: fix HTML quotation for upload alt text
Reported by riley on IRC
This commit is contained in:
parent
9b66ecdcbd
commit
02940f5d8a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<a class="attachment" href="<%= @url %>" alt=<%= @name %>" title="<%= @name %>">
|
||||
<a class="attachment" href="<%= @url %>" alt="<%= @name %>" title="<%= @name %>">
|
||||
<%= if @nsfw do %>
|
||||
<div class="nsfw-banner">
|
||||
<div><%= gettext("Hover to show content") %></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue