This is an automated email from the ASF dual-hosted git repository.

mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git

commit 42c32e86f0c1f54cd58a4295af4bf2381f6e44b4
Author: Michael Bien <mbie...@gmail.com>
AuthorDate: Mon Jul 12 09:12:00 2021 +0200

    fixed UTF encoding.
---
 app/src/main/webapp/WEB-INF/jsps/tiles/search.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/main/webapp/WEB-INF/jsps/tiles/search.jsp 
b/app/src/main/webapp/WEB-INF/jsps/tiles/search.jsp
index 452aa62..43db408 100644
--- a/app/src/main/webapp/WEB-INF/jsps/tiles/search.jsp
+++ b/app/src/main/webapp/WEB-INF/jsps/tiles/search.jsp
@@ -34,7 +34,7 @@
         style="margin: 0; padding: 0" onsubmit="return validateSearch(this)">
         <input type="text" id="q" name="q" size="20"
             maxlength="255" value="<c:out value="${param.q}" />" />
-        <input value="&nbsp;�&nbsp;" class="searchButton" type="submit">
+        <input value="&nbsp;»&nbsp;" class="searchButton" type="submit">
      </form>
      <script type="text/javascript"> 
         // <!--

Reply via email to