From f2713f1a49c3b41b856b211685644286e0db8a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Str=C3=A5th?= Date: Thu, 26 Mar 2015 11:24:19 +0100 Subject: [PATCH] Fixed typos in NEWS --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 4233e3f..824802c 100644 --- a/NEWS +++ b/NEWS @@ -51,7 +51,7 @@ * Replaced usage of 'mcrypt_ecb' as it is deprecated. Issue #5 reported by Gyula Szabó, see: - http://code.google.com/p/yubikey-ksm/issues/detail?id=5>. + http://code.google.com/p/yubikey-ksm/issues/detail?id=5. * Read database config from /etc/yubico/ksm/config-db files, as generated by dbconfig. @@ -76,11 +76,11 @@ * Don't use PDO rowCount, it is not portable. Issue #2 reported by arte42.ripe, see: - http://code.google.com/p/yubikey-ksm/issues/detail?id=2>. + http://code.google.com/p/yubikey-ksm/issues/detail?id=2. * Fixed perl warning in ykksm-gen-keys. Issue #3 reported by toddejohnson, see: - http://code.google.com/p/yubikey-ksm/issues/detail?id=3>. + http://code.google.com/p/yubikey-ksm/issues/detail?id=3. * Improve documentation.