@@ -87,9 +87,7 @@ switch ($block->getCheckoutType()):
87
87
<div class="control">
88
88
<textarea id="gift-message-whole-message" class="input-text"
89
89
name="giftmessage[quote][<?= (int )$ block ->getEntity ()->getId ()?> ][message]"
90
- title="<?= $ block ->escapeHtmlAttr (__ ('Message ' )) ?> " rows="5" cols="10">
91
- <?= /* @noEscape */ $ block ->getEscaped ($ block ->getMessage ()->getMessage ()) ?>
92
- </textarea>
90
+ title="<?= $ block ->escapeHtmlAttr (__ ('Message ' )) ?> " rows="5" cols="10"><?= /* @noEscape */ $ block ->getEscaped ($ block ->getMessage ()->getMessage ()) ?> </textarea>
93
91
</div>
94
92
</div>
95
93
</fieldset>
@@ -196,11 +194,7 @@ script;
196
194
name="giftmessage[quote_item][<?= (int ) $ _item ->getId ()
197
195
?> ][message]"
198
196
title="<?= $ block ->escapeHtmlAttr (__ ('Message ' )) ?> "
199
- rows="5" cols="40">
200
- <?= /* @noEscape */ $ block ->getEscaped (
201
- $ block ->getMessage ($ _item )->getMessage ()
202
- ) ?>
203
- </textarea>
197
+ rows="5" cols="40"><?= /* @noEscape */ $ block ->getEscaped ($ block ->getMessage ($ _item )->getMessage ()) ?> </textarea>
204
198
</div>
205
199
</div>
206
200
</fieldset>
@@ -322,9 +316,7 @@ script;
322
316
<textarea id="gift-message-<?= (int ) $ block ->getEntity ()->getId () ?> -message"
323
317
class="input-text" name="giftmessage[quote_address][<?= (int ) $ block
324
318
->getEntity ()->getId () ?> ][message]"
325
- title="<?= $ block ->escapeHtmlAttr (__ ('Message ' )) ?> " rows="5" cols="40">
326
- <?= /* @noEscape */ $ block ->getEscaped ($ block ->getMessage ()->getMessage ()) ?>
327
- </textarea>
319
+ title="<?= $ block ->escapeHtmlAttr (__ ('Message ' )) ?> " rows="5" cols="40"><?= /* @noEscape */ $ block ->getEscaped ($ block ->getMessage ()->getMessage ()) ?> </textarea>
328
320
</div>
329
321
</div>
330
322
</fieldset>
@@ -429,10 +421,7 @@ script;
429
421
name="giftmessage[quote_address_item][<?= (int ) $ _item
430
422
->getId () ?> ][message]"
431
423
title="<?= $ block ->escapeHtmlAttr (__ ('Message ' )) ?> " rows="5"
432
- cols="10">
433
- <?= /* @noEscape */ $ block ->getEscaped ($ block ->getMessage ($ _item )
434
- ->getMessage ()) ?>
435
- </textarea>
424
+ cols="10"><?= /* @noEscape */ $ block ->getEscaped ($ block ->getMessage ($ _item )->getMessage ()) ?> </textarea>
436
425
</div>
437
426
</div>
438
427
</fieldset>
0 commit comments