Spaces are not escaped in there

vnext
Paul Schneider 7 years ago
parent 4147dccf29
commit 3e08730a37
1 changed files with 1 additions and 1 deletions

@ -117,7 +117,7 @@
% Logo de la société
@if (from.Avatar != null) {
<text>\includegraphics[height=60pt]{@(ViewBag.AvatarsDir)/@(from.UserName.Replace(" ","\\ ")).png}
<text>\includegraphics[height=60pt]{@(ViewBag.AvatarsDir)/@(from.UserName).png}
</text>
} else {
<text>%\includegraphics{logo.png}

Loading…