From 217035ced2ff354e79e74b6b8794089d424d7dac Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 28 May 2020 01:22:45 +0800 Subject: [PATCH] DEV: Don't strip numbers in headings --- common/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/header.html b/common/header.html index 7692236..f6625d0 100644 --- a/common/header.html +++ b/common/header.html @@ -22,7 +22,7 @@ .trim() .toLowerCase() .replace( - /[\{\}\[\]\\\/\<\>\(\)\|\+\?\*\^\'\`\'\"\.\_\$\d\s~!@#%&,;:=]/gi, + /[\{\}\[\]\\\/\<\>\(\)\|\+\?\*\^\'\`\'\"\.\_\$\s~!@#%&,;:=]/gi, "-" ) .replace(/\-\-+/g, "-") @@ -386,4 +386,4 @@ } }); } - \ No newline at end of file +