Skip to content

Commit

Permalink
escape all locations where name is used
Browse files Browse the repository at this point in the history
  • Loading branch information
alkazar committed Feb 4, 2024
1 parent 72ac8ae commit 5989f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/platform.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
% if s['banner'] == None :
<span class="missing-text">{{s['name']}}</span>
% else :
<img class="{{s['hidden']}}" src="{{quote(s['banner'])}}" alt="{{s['name']}}" title="{{s['name']}}">
<img class="{{s['hidden']}}" src="{{quote(s['banner'])}}" alt="{{quote(s['name'])}}" title="{{quote(s['name'])}}">
% end
</div>
</a>
Expand Down

0 comments on commit 5989f46

Please sign in to comment.