@@ -13,7 +13,7 @@ |
||
13 | 13 | } |
14 | 14 | $tooltip = implode(PHP_EOL, array_slice($codeExamples, 0, 4)); |
15 | 15 | $bundle = $this->getAssetManager()->getBundle(DebugAsset::class); |
16 | -$iconUrl = $bundle->baseUrl . "/img/copy-icon.svg"; |
|
16 | +$iconUrl = $bundle->baseUrl."/img/copy-icon.svg"; |
|
17 | 17 | ?> |
18 | 18 | <div class="seomatic-property-copy-wrapper" title="<?= $tooltip ?>"> |
19 | 19 | <?= Html::img($iconUrl) ?> |