diff options
Diffstat (limited to 'help3xsl/online_transform.xsl')
-rw-r--r-- | help3xsl/online_transform.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index f22262780c..3a6337eaae 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -226,7 +226,7 @@ <xsl:if test="$xapian='yes'"> <div class="xapian-omega-search"> <form name="P" method="get" action="/{$productversion}/{$lang}/search" target="_top"> - <input id="omega-autofocus" type="search" name="P" size="40"/> + <input id="omega-autofocus" type="search" name="P"/> <input type="submit" class="xapian-omega-search-button" value="🔍"/> </form> </div> |