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:
parent
08be6b17f5
commit
c11460232c
4 changed files with 7 additions and 17 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<div class="media-metadata">
|
||||
% if ($tags->@* == 0) {
|
||||
<p>Non tags yet. >_<</p>
|
||||
<p>Non tags yet. <%= ">_<'" %></p>
|
||||
% } else {
|
||||
<dl>
|
||||
% for my $entry (tags_by_kind $tags) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue