This commit is contained in:
2019-05-25 08:18:35 +02:00
parent 52d426bd10
commit eddac04657
18 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ impl Bread {
};
let note = if self.note.is_empty() {
"<i>There's no note about this bread.</i>"
"<p><i>There's no note about this bread.</i></p>"
} else {
&self.note
};