Fixe la facture avec un nom d'utilisateur comportant un espace
This commit is contained in:
parent
3055df23f1
commit
2b925b1b12
3 changed files with 1 additions and 4 deletions
|
|
@ -117,7 +117,7 @@
|
|||
|
||||
% Logo de la société
|
||||
@if (from.Avatar != null) {
|
||||
<text>\includegraphics[height=60pt]{@(ViewBag.AvatarsDir)/@(from.UserName).png}
|
||||
<text>\includegraphics[height=60pt]{@(ViewBag.AvatarsDir)/@(from.UserName.Replace(" ","\\ ")).png}
|
||||
</text>
|
||||
} else {
|
||||
<text>%\includegraphics{logo.png}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue