]> git.wh0rd.org - nano-editor.git/commitdiff
replace an mdash with an ndash
authorBenno Schulenberg <bensberg@telfort.nl>
Wed, 5 May 2021 10:48:42 +0000 (12:48 +0200)
committerBenno Schulenberg <bensberg@telfort.nl>
Wed, 5 May 2021 10:48:42 +0000 (12:48 +0200)
top.php

diff --git a/top.php b/top.php
index 1ef93bef969bc8dc5d5097b808b1541cbbff6b3b..3a3f565b24863dd985ff44fe36a9016f2e0711c4 100644 (file)
--- a/top.php
+++ b/top.php
@@ -3,7 +3,7 @@
 
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-   <title>nano &mdash; <?= $title ?></title>
+   <title>nano &ndash; <?= $title ?></title>
 <?php if (isset($mainpage)): ?>
    <meta name="description" content="GNU nano is a small editor for on the terminal. It supports syntax highlighting, spell checking, justifying, completion, undo/redo...">
 <?php endif; ?>