From 02a51820cd1fcf1a035e33b8926904a3fa8bd113 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Wed, 14 Aug 2019 01:21:45 +0200 Subject: [PATCH] Fix ascii characters --- Pages/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index 9c9bf55..3738135 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -40,7 +40,7 @@ else var jsfile = jspath + "/" + Model.Encode(file); - [DL] + [DL] @file
}