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

Commit 255fb00

Browse files
authored
fix typo
1 parent 484698a commit 255fb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/v3/features/template/plates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ As examples:
155155
```php
156156
<html>
157157
<head>
158-
<meta name="author" content="<?= $this->escapeHmtmlAttr($this->author) ?>">
158+
<meta name="author" content="<?= $this->escapeHtmlAttr($this->author) ?>">
159159
<link rel="alternative" href="<?= $this->escapeUrl($this->alternative) ?>">
160160
<style><?= $this->escapeCss($this->styles) ?></style>
161161
<script><?= $this->escapeJs($this->script) ?></script>

0 commit comments

Comments
 (0)