diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-10 17:30:32 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-19 00:33:30 -0400 |
commit | 23b15dd1036700a899998d5ddd61fe1bda224c00 (patch) | |
tree | 668069c6ebe496e838a9107cbedd95666d96cd44 /views | |
parent | arsd/cgi.d updated now includes arsd/core.d ldc2 1.32.2 (diff) |
cosmetic, use of ❮ ❯ & ፨ unicode chars
- use of ❮ & ❯ unicode chars for prev &
next, replacing < > aka. < >
- use of ፨ (paragraph separator) replacing
previously used ※ (reference mark) (either would
be fairly appropriate and may end up using more
or less interchangeably)
Diffstat (limited to 'views')
-rw-r--r-- | views/configuration.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/configuration.txt b/views/configuration.txt index 8e9540d..f3944b7 100644 --- a/views/configuration.txt +++ b/views/configuration.txt @@ -3,7 +3,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"; } |