diff options
| author | 2014-01-07 20:38:45 +0100 | |
|---|---|---|
| committer | 2014-01-07 20:38:45 +0100 | |
| commit | b381d2a592ebe4e3446e342fdcf961d76f33e89a (patch) | |
| tree | bbb84006c88e3cc113bfb68cefe1b1ffe39950c6 /app/Controllers/errorController.php | |
| parent | 4df46b3e62ff6a8c2118cfd972bbbe59ecb16484 (diff) | |
Un peu de typographie
* Remplace les tirets de soustraction par points médians ou des tirets
cadratins (si c'est trop long, nous pourrions mettre des
demi-cadratins).
* Met les abréviations des jours anglais en exposant, comme
`3<sup>rd</sup>`
Diffstat (limited to 'app/Controllers/errorController.php')
| -rw-r--r-- | app/Controllers/errorController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/errorController.php b/app/Controllers/errorController.php index d1c2f8fec..dc9a2ee25 100644 --- a/app/Controllers/errorController.php +++ b/app/Controllers/errorController.php @@ -21,6 +21,6 @@ class FreshRSS_error_Controller extends Minz_ActionController { $this->view->logs = Minz_Request::param ('logs'); - Minz_View::prependTitle ($this->view->code . ' - '); + Minz_View::prependTitle ($this->view->code . ' · '); } } |
