Fixed webkit issue
authorMarcel Werk <burntime@woltlab.com>
Thu, 9 May 2013 22:25:09 +0000 (00:25 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 9 May 2013 22:25:09 +0000 (00:25 +0200)
wcfsetup/install/files/acp/templates/exceptionLogView.tpl

index 0007bdfaed7e1664d5aba6d35b2108e84d407423..eaf157b0c2b58416c76d052845fb1b0c461fbdf4 100644 (file)
@@ -32,7 +32,7 @@
                                <dl>
                                        <dt><label for="exceptionID">{lang}wcf.acp.exceptionLog.search.exceptionID{/lang}</label></dt>
                                        <dd>
-                                               <input type="search" id="exceptionID" name="exceptionID" value="{$exceptionID}" autofocus="autofocus" class="medium" />
+                                               <input type="text" id="exceptionID" name="exceptionID" value="{$exceptionID}" autofocus="autofocus" class="medium" />
                                        </dd>
                                </dl>
                                <dl>