]> git.plutz.net Git - serve0/blobdiff - templates/view.html.sh
improved player on small screens
[serve0] / templates / view.html.sh
index 7a89a9ec31666cc2104dbbe9ea287b1f4bf4149b..46a1d412edfd89806bef41ca0ff9f0e1b587588d 100755 (executable)
@@ -50,8 +50,7 @@ cat <<EOF
   <span class="info width" >Width: $width</span>
   <span class="info height">Height: $height</span><br>
   
-  <label class="tags">Tags:</label>
-  $(printf %s\\n "$tags" |sed -r 's:\|*([^|]+)\|*:<span class="info tag">\1</span>:g')
+  $(printf %s\\n "$tags" |sed -r 's:\|*([^|]+)\|*:<span class="info tag">\1</span> :g')
   ${description:+<span class="info description">$(printf %s "$description" |_wiki)</span>}
 
   <form class="panel" id="tagger" action="?action=meta&${page_this}" method="post" accept-charset="UTF-8">