From 990ba390aecc6aaebd947b37d31a468296af5b3c Mon Sep 17 00:00:00 2001 From: Grant Ingersoll Date: Thu, 10 Feb 2011 12:00:29 +0000 Subject: [PATCH] clean up some urls git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1069345 13f79535-47bb-0310-9956-ffa450edef68 --- solr/example/solr/conf/velocity/VM_global_library.vm | 2 +- solr/example/solr/conf/velocity/tabs.vm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/solr/example/solr/conf/velocity/VM_global_library.vm b/solr/example/solr/conf/velocity/VM_global_library.vm index 5d30e360915..d7cbce4ec25 100644 --- a/solr/example/solr/conf/velocity/VM_global_library.vm +++ b/solr/example/solr/conf/velocity/VM_global_library.vm @@ -2,7 +2,7 @@ #macro(param $key)$request.params.get($key)#end #macro(url_for_solr)/solr#if($request.core.name != "")/$request.core.name#end#end -#macro(url_for_home)#url_for_solr/browse#end +#macro(url_for_home)#url_for_solr/browse?#end #macro(q)&q=$!{esc.url($params.get('q'))}#end diff --git a/solr/example/solr/conf/velocity/tabs.vm b/solr/example/solr/conf/velocity/tabs.vm index b897c7ab09e..dd5471adbb0 100644 --- a/solr/example/solr/conf/velocity/tabs.vm +++ b/solr/example/solr/conf/velocity/tabs.vm @@ -1,6 +1,6 @@ ##TODO: Make some nice tabs here #set($queryOpts = $params.get("queryOpts")) -Examples: #if($queryOpts && $queryOpts != "")Simple#{else}Simple#end -#if($queryOpts == "spatial")Spatial#elseSpatial#end -#if($queryOpts == "group")Group By#elseGroup By#end +Examples: #if($queryOpts && $queryOpts != "")Simple#{else}Simple#end +#if($queryOpts == "spatial")Spatial#elseSpatial#end +#if($queryOpts == "group")Group By#elseGroup By#end
\ No newline at end of file