Turante / sandbox-theme

Automatically exported from code.google.com/p/sandbox-theme
0 stars 0 forks source link

Lack of trailing slash in action attribute of search forms. #160

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In header.php I see:
<h1 id="blog-title"><span><a href="<?php bloginfo('home') ?>/" ...

I would like to see the same ("<?php bloginfo('home') ?>/") in action of form.

Now there is for example (404.php): 
<form id="searchform-404" class="blog-search" method="get" action="<?php
bloginfo('home') ?>">

That couses problems while testing site on localhost.

Original issue reported on code.google.com by l.muchl...@gmail.com on 22 Aug 2009 at 9:11