diff options
Diffstat (limited to 'views/configuration_example.txt')
-rw-r--r-- | views/configuration_example.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/configuration_example.txt b/views/configuration_example.txt index 0d5be00..75ec35c 100644 --- a/views/configuration_example.txt +++ b/views/configuration_example.txt @@ -4,7 +4,7 @@ struct Cfg { string http_host = "localhost"; string www_url_doc_subroot = "/spine"; string cgi_filename = "spine_search"; - string cgi_search_form_title = "≅ SiSU Spine search"; + string cgi_search_form_title = "≅ SiSU Spine search ፨"; string db_sqlite_path = "/var/www/sqlite"; string db_sqlite_filename = "spine.search.db"; } |