diff options
Diffstat (limited to 'website/templates/features/_features.html')
-rw-r--r-- | website/templates/features/_features.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/features/_features.html b/website/templates/features/_features.html index d7c75761..c0c63a76 100644 --- a/website/templates/features/_features.html +++ b/website/templates/features/_features.html @@ -70,7 +70,7 @@ <div class="header-group"> <h1>${title}</h1> - <h3>${logline}</h3> + <h3>${logline?no_esc}</h3> </div> </div> <#nested> |