Small style fixes

- write site's HTTP 400 in a single line
- add an space at the end of the query parameter in site's random/tag in
  order to start writing after a space on focus
- use <%= ... %> instead of manually escaping a smiley
This commit is contained in:
Lucas Gabriel Vuotto 2025-04-27 17:20:44 +00:00
parent 08be6b17f5
commit c11460232c
4 changed files with 7 additions and 17 deletions

View file

@ -4,7 +4,7 @@
<div class="media-metadata">
% if ($tags->@* == 0) {
<p>Non tags yet. &gt;_&lt;</p>
<p>Non tags yet. <%= ">_<'" %></p>
% } else {
<dl>
% for my $entry (tags_by_kind $tags) {