From cd3af799d770b752ea9f168d2b5266c85dafb6ec Mon Sep 17 00:00:00 2001 From: defanor Date: Fri, 21 Jun 2019 17:37:35 +0300 Subject: Avoid non-ASCII characters in date ranges Plain ASCII is better supported still, and "to" is more readable as a separator for dates than an en dash. --- tools/xml-to-html.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/xml-to-html.xsl b/tools/xml-to-html.xsl index 261397f..440fc4d 100644 --- a/tools/xml-to-html.xsl +++ b/tools/xml-to-html.xsl @@ -85,7 +85,7 @@ defanor, - + to @@ -125,7 +125,7 @@
( - ) + to )
-- cgit v1.2.3