« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/misc-templates.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc-templates.js')
-rw-r--r--src/misc-templates.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/misc-templates.js b/src/misc-templates.js
index bccb883..6659d72 100644
--- a/src/misc-templates.js
+++ b/src/misc-templates.js
@@ -714,7 +714,6 @@ function unbound_img({
   function wrap(input, hide = false) {
     let wrapped = input;
 
-    wrapped = html.tag('div', {class: 'image-inner-area'}, wrapped);
     wrapped = html.tag('div', {class: 'image-container'}, wrapped);
 
     if (reveal) {