From 4f49610eab43b8a4fd7d7870ac4a28722b46775b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 6 Feb 2024 07:35:53 +0100 Subject: [PATCH] _link: Remove space for external icon --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index e63bfa9..6ec509c 100755 --- a/qsgen2 +++ b/qsgen2 @@ -957,7 +957,7 @@ function _link() { local modified_link="${url_txt}" if [[ ${url_dest} =~ ^https?:// ]]; then # Add external link icon for external URLs - modified_link+=" \"External" + modified_link+="\"External" fi modified_link+="" line=${line//"#link ${url_full}"/${modified_link}}