fixed enctype
git-svn-id: http://yolanda.mister-muffin.de/svn@323 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
fdefa19b59
commit
daf7b6fc41
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
<div class="searchbar">
|
||||
|
||||
<form method="get" enctype="text/plain">
|
||||
<form method="get" enctype="application/x-www-form-urlencoded">
|
||||
<xsl:attribute name="action">
|
||||
<xsl:value-of select="$site_strings[@id='path_search']" />
|
||||
</xsl:attribute>
|
||||
|
|
Loading…
Reference in a new issue