From 6e8fded02f80a1989723365f197355b84a8ad051 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 26 Aug 2017 23:59:38 +0200 Subject: [PATCH] Spaces are not escaped in there --- Yavsc/Views/Shared/Components/Bill/Bill_tex.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yavsc/Views/Shared/Components/Bill/Bill_tex.cshtml b/Yavsc/Views/Shared/Components/Bill/Bill_tex.cshtml index ad670eb1..087105bd 100644 --- a/Yavsc/Views/Shared/Components/Bill/Bill_tex.cshtml +++ b/Yavsc/Views/Shared/Components/Bill/Bill_tex.cshtml @@ -117,7 +117,7 @@ % Logo de la société @if (from.Avatar != null) { -\includegraphics[height=60pt]{@(ViewBag.AvatarsDir)/@(from.UserName.Replace(" ","\\ ")).png} +\includegraphics[height=60pt]{@(ViewBag.AvatarsDir)/@(from.UserName).png} } else { %\includegraphics{logo.png}