|
@@ -112,7 +112,7 @@ |
|
|
block discarded – undo |
|
112
|
112
|
|
|
113
|
113
|
$focusTag = '<div class="' . $additionalClassDiv . '" data-image-imageSrc="' . $this->tag->getAttribute('src') . '" data-focus-x="' . ($focusPointX / 100) . '" data-focus-y="' . ($focusPointY / 100) . '" data-image-w="' . $this->tag->getAttribute('width') . '" data-image-h="' . $this->tag->getAttribute('height') . '">'; |
|
114
|
114
|
return $focusTag . $this->tag->render() . '</div>'; |
|
115
|
|
- } else { |
|
|
115
|
+ } else { |
|
116
|
116
|
return 'Missing internal image!'; |
|
117
|
117
|
} |
|
118
|
118
|
} |
Please login to merge, or discard this patch.