diff templates/gitweb/shortlog.tmpl @ 3362:887da2247b57

hgweb: Keep session variables (currently only style) in HTML forms, too. Adjusted default and gitweb template for this.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 11 Oct 2006 20:59:37 +0200
parents 36fa5db79dd5
children ce8f31e0b3b8
line wrap: on
line diff
--- a/templates/gitweb/shortlog.tmpl
+++ b/templates/gitweb/shortlog.tmpl
@@ -10,8 +10,8 @@
 </div>
 
 <form action="{url}log">
+{sessionvars%hiddenformentry}
 <div class="search">
-<input type="hidden" name="style" value="gitweb"  />
 <input type="text" name="rev"  />
 </div>
 </form>