Fix: search header attribute escaping

Broken in my previous commit, d6f4aaa. This causes attributes to be
doubly escaped. For example,
http://localhost:8181/wiki/Main_Page?uselang=he.

Change-Id: I9776a3c355081dc5fec7753edf256f55dfe6045b
This commit is contained in:
Stephen Niedzielski 2019-12-03 16:05:56 -07:00
parent f790133284
commit 71672d60b3
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">