YoBatM commited on
Commit
4c850b1
·
verified ·
1 Parent(s): 0072fed

Update templates/latex.html

Browse files
Files changed (1) hide show
  1. templates/latex.html +1 -1
templates/latex.html CHANGED
@@ -20,6 +20,6 @@
20
  <!-- Meta Tags Generated with https://metatags.io -->
21
  </head>
22
  <body>
23
- <img src="data:image/jpeg;base64,{{result}}">No</img>
24
  </body>
25
  </html>
 
20
  <!-- Meta Tags Generated with https://metatags.io -->
21
  </head>
22
  <body>
23
+ <a href="/image?encoded={{result}}"><img src="data:image/jpeg;base64,{{result}}">No</img></a>
24
  </body>
25
  </html>