diff options
| author | Eva <evauwu@riseup.net> | 2023-05-24 00:36:05 +0200 |
|---|---|---|
| committer | Eva <evauwu@riseup.net> | 2024-03-21 21:52:49 +0100 |
| commit | b52363e82d9dfb5ac81c1f8d441b5ab8995f0689 (patch) | |
| tree | 660b8d7cf4f46b750618593e1601ebb0f977abb8 | |
| parent | 3bf45e4c0a3fff643e97bf78aa01be04f9f66445 (diff) | |
client/posts: fix overextended download link
| -rw-r--r-- | client/html/post_readonly_sidebar.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/html/post_readonly_sidebar.tpl b/client/html/post_readonly_sidebar.tpl index 0f93ae3..c68c225 100644 --- a/client/html/post_readonly_sidebar.tpl +++ b/client/html/post_readonly_sidebar.tpl @@ -17,8 +17,8 @@ 'video/mp4': 'MPEG-4', 'video/quicktime': 'MOV', 'application/x-shockwave-flash': 'SWF', - }[ctx.post.mimeType] %> - </a> + }[ctx.post.mimeType] %><!-- + --></a> (<%- ctx.post.canvasWidth %>x<%- ctx.post.canvasHeight %>) <% if (ctx.post.flags.length) { %><!-- --><% if (ctx.post.flags.includes('loop')) { %><i class='fa fa-repeat'></i><% } %><!-- |