Skip to content

Commit e422942

Browse files
committed
remove script tag
1 parent 9cc293e commit e422942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Block/Order/Item/Renderer/DefaultRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function getFormatedOptionValue($optionValue)
182182

183183
if ($this->string->strlen($optionValue) > 55) {
184184
$result['value'] = $result['value']
185-
. ' <a href="#" class="dots tooltip toggle" onclick="return false">...</a>';
185+
. ' ...';
186186
$optionValue = nl2br($optionValue);
187187
$result = array_merge($result, ['full_view' => $optionValue]);
188188
}

0 commit comments

Comments
 (0)