From 7b25feb85930d849e7168eddc626261e9e98cc4b Mon Sep 17 00:00:00 2001
From: "Leigh B. Stoller" <stoller@flux.utah.edu>
Date: Mon, 15 Oct 2007 17:08:20 +0000
Subject: [PATCH] Minor fix to previous revision.

---
 www/template_search.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/template_search.php b/www/template_search.php
index c34bc7776c..6a9c0fd1ef 100644
--- a/www/template_search.php
+++ b/www/template_search.php
@@ -59,7 +59,7 @@ $clauseselection = array('equal'     => "==",
 $form = array('#id'	  => 'myform',
 	      '#action'   => CreateURL("template_search", $root),
 	      '#caption'  => "Search your template (records) ".
-	                        "by parameter values');
+	                        "by parameter values");
 
 $fields = array();
 
-- 
GitLab