Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
template: striptags replace with stripHtml
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 27, 2016
1 parent 5f4fa7b commit 84371c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/presenters/templates/@layout.latte
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8">

<title>{ifset title}{include title|striptags} | {/ifset}Nette Sandbox</title>
<title>{ifset title}{include title|stripHtml} | {/ifset}Nette Sandbox</title>

<link rel="stylesheet" href="{$basePath}/css/style.css">
<meta name="viewport" content="width=device-width">
Expand Down

0 comments on commit 84371c1

Please sign in to comment.