Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge 255fb00 into 484698a
Browse files Browse the repository at this point in the history
  • Loading branch information
pine3ree committed Oct 7, 2019
2 parents 484698a + 255fb00 commit 1805de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/v3/features/template/plates.md
Expand Up @@ -155,7 +155,7 @@ As examples:
```php
<html>
<head>
<meta name="author" content="<?= $this->escapeHmtmlAttr($this->author) ?>">
<meta name="author" content="<?= $this->escapeHtmlAttr($this->author) ?>">
<link rel="alternative" href="<?= $this->escapeUrl($this->alternative) ?>">
<style><?= $this->escapeCss($this->styles) ?></style>
<script><?= $this->escapeJs($this->script) ?></script>
Expand Down

0 comments on commit 1805de4

Please sign in to comment.