Switch to side-by-side view
--- a/Allura/allura/templates/search_index.html +++ b/Allura/allura/templates/search_index.html @@ -27,7 +27,7 @@ <ol> {% for doc in results %} <li> - <a href="{{doc['url_s']}}">{{doc.title_s}}</a> + <a href="{{doc['url_s']}}">{{h.get_first(doc, 'title')}}</a> {% if doc.get('snippet') %} <p>{{doc['snippet']|safe}}</p> {% endif %}