Spaces are not escaped in there
This commit is contained in:
parent
e22d322f44
commit
6e8fded02f
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@
|
||||||
|
|
||||||
% Logo de la société
|
% Logo de la société
|
||||||
@if (from.Avatar != null) {
|
@if (from.Avatar != null) {
|
||||||
<text>\includegraphics[height=60pt]{@(ViewBag.AvatarsDir)/@(from.UserName.Replace(" ","\\ ")).png}
|
<text>\includegraphics[height=60pt]{@(ViewBag.AvatarsDir)/@(from.UserName).png}
|
||||||
</text>
|
</text>
|
||||||
} else {
|
} else {
|
||||||
<text>%\includegraphics{logo.png}
|
<text>%\includegraphics{logo.png}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue