aboutsummaryrefslogtreecommitdiffstats
path: root/include/derivative.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/derivative.inc.php')
-rw-r--r--include/derivative.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/derivative.inc.php b/include/derivative.inc.php
index c45c77b80..2f2f4b3d1 100644
--- a/include/derivative.inc.php
+++ b/include/derivative.inc.php
@@ -258,7 +258,7 @@ final class DerivativeImage
$size = $this->get_size();
if ($size)
{
- return 'width='.$size[0].' height='.$size[1];
+ return 'width="'.$size[0].'" height="'.$size[1].'"';
}
}