From 23b15dd1036700a899998d5ddd61fe1bda224c00 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 10 Jun 2023 17:30:32 -0400 Subject: =?UTF-8?q?cosmetic,=20use=20of=20=E2=9D=AE=20=E2=9D=AF=20&=20?= =?UTF-8?q?=E1=8D=A8=20unicode=20chars?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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) --- views/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') 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"; } -- cgit v1.2.3