diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-10 22:54:47 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-23 18:12:49 -0400 |
commit | 516165c0969641479eeadde09bc8258aa5ff8b25 (patch) | |
tree | 6ee890d85371928de7bd21a11618e5afae4f9502 /views | |
parent | make set_depends (dyaml update) (diff) |
unicode, changes in use of symbols to represent things
Diffstat (limited to 'views')
-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 be0d9c5..509a711 100644 --- a/views/configuration_example.txt +++ b/views/configuration_example.txt @@ -12,7 +12,7 @@ struct Cfg { string cgi_port = ""; string cgi_user = ""; string cgi_url_action = "http://localhost/cgi-bin/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"; string default_language = "en"; |