Merge "Fix: search header attribute escaping"

This commit is contained in:
jenkins-bot 2019-12-03 23:37:17 +00:00 committed by Gerrit Code Review
commit 72e5a640f0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div id="p-search" role="search">
<h3 {{searchHeaderAttrs}}>
<h3 {{{searchHeaderAttrs}}}>
<label for="searchInput">{{searchInputLabel}}</label>
</h3>
<form action="{{searchAction}}" id="searchform">