From 64e77c1e5a7f4280ae657fe0d8a9ccd1a0054aca Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Tue, 9 Feb 2016 23:40:13 -0600 Subject: [PATCH] Use ndashes instead of hyphens in the title. --- templates/api.mako | 2 +- templates/error.mako | 2 +- templates/settings.mako | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/api.mako b/templates/api.mako index 3ec420f..fd56a3b 100644 --- a/templates/api.mako +++ b/templates/api.mako @@ -33,7 +33,7 @@ - API - Earwig's Copyvio Detector + API – Earwig's Copyvio Detector diff --git a/templates/error.mako b/templates/error.mako index e0443c1..8dd8bc4 100644 --- a/templates/error.mako +++ b/templates/error.mako @@ -1,4 +1,4 @@ -<%include file="/support/header.mako" args="title='Error! - Earwig\'s Copyvio Detector'"/> +<%include file="/support/header.mako" args="title='Error! – Earwig\'s Copyvio Detector'"/>

Error!

An error occurred. If it hasn't been reported (try to check), please file an issue or email me. Include the following information:

diff --git a/templates/settings.mako b/templates/settings.mako index 1d688ba..64b308f 100644 --- a/templates/settings.mako +++ b/templates/settings.mako @@ -3,7 +3,7 @@ from flask import g, request from copyvios.misc import cache %>\ -<%include file="/support/header.mako" args="title='Settings - Earwig\'s Copyvio Detector'"/> +<%include file="/support/header.mako" args="title='Settings – Earwig\'s Copyvio Detector'"/> % if status:

${status}