More tutorial examples
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 71c56b3..f99e410 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -50,7 +50,7 @@
<div id="top">
<a href="<%= url_for 'index' %>"><h1><span>KorAP- Korpusanalyseplattform der nächsten Generation</span></h1></a>
-%= form_for $search_route, autocomplete => 'off' => begin
+%= form_for $search_route, autocomplete => 'off', begin
<div id="searchbar">
%= search_field 'q', id => 'q-field', autofocus => 'autofocus', placeholder => 'Find ...'
<button type="submit"><i class="fa fa-search"></i></button>
@@ -61,8 +61,9 @@
<% if ($location) { %><%== $location %><% } %>
with
<div class="select">
- %= select_field ql => [[Poliqarp => 'poliqarp'], ['Cosmas II' => 'cosmas2'], ['Annis' => 'annis'], ['CQL v1.2' => 'cql']], id => 'ql-field'
+ %= select_field ql => [[Poliqarp => 'poliqarp'], ['Cosmas II' => 'cosmas2'], ['CQL v1.2' => 'cql']], id => 'ql-field'
</div>
+%# ['Annis' => 'annis']
<div id="button-right">
% unless (param('q')) { param(cutoff => 1) };