From 4161623c24070c38e03ef787a6982cd98e5726bd Mon Sep 17 00:00:00 2001 From: Roch D'Amour Date: Mon, 30 Nov 2020 21:42:29 -0500 Subject: [PATCH] Added missing closing parens --- views/settings.tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/settings.tpl.html b/views/settings.tpl.html index 2db68b2..aa2da72 100644 --- a/views/settings.tpl.html +++ b/views/settings.tpl.html @@ -75,7 +75,7 @@
- You can specify custom mapping from file extensions to programming languages (e.g. a .jsx file could be mapped to React. + You can specify custom mapping from file extensions to programming languages (e.g. a .jsx file could be mapped to React.)
{{ if .LanguageMappings }}