Author: sevein
Date: Wed Nov  3 16:47:55 2010
New Revision: 8774

Log:
Cosmetic change.

Modified:
   trunk/apps/qubit/modules/search/actions/indexAction.class.php

Modified: trunk/apps/qubit/modules/search/actions/indexAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/search/actions/indexAction.class.php       Wed Nov 
 3 16:47:25 2010        (r8773)
+++ trunk/apps/qubit/modules/search/actions/indexAction.class.php       Wed Nov 
 3 16:47:55 2010        (r8774)
@@ -31,7 +31,7 @@
       $request->query .= " and 
repository:\"{$this->getRoute()->resource->authorizedFormOfName}\"";
     }
 
-    $this->response->setTitle($this->context->i18n->__('Search for [%1%]', 
array('%1%' => $request->query))." - {$this->response->getTitle()}");
+    $this->response->setTitle("{$this->context->i18n->__('Search for [%1%]', 
array('%1%' => $request->query))} - {$this->response->getTitle()}");
 
     xfLuceneZendManager::load();
     
Zend_Search_Lucene_Analysis_Analyzer::setDefault(SearchIndex::getIndexAnalyzer());

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to