Skip to content

Commit

Permalink
re-added CDATA
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano authored Mar 16, 2023
1 parent 8445c8e commit d7bdabf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
</div>
<script type="text/javascript">
//<![CDATA[
function deleteAddress(addressId) {
if (confirm("<?php echo Mage::helper('core')->jsQuoteEscape($this->__('Are you sure you want to delete this address?')) ?>")) {
window.location = "<?php echo $this->getDeleteUrl() ?>id/" + addressId + "/";
Expand Down

0 comments on commit d7bdabf

Please sign in to comment.