fixup! webmodel title

This commit is contained in:
Maciej Krüger 2022-05-28 11:02:35 +02:00 committed by Alexander List
parent 857da4d402
commit c22ae0449f

View File

@ -7,7 +7,7 @@
<%- if self.content then -%>
<%=self.content%>
<%- else -%>
<b><%=self.title%></b>
<b><%=self.title%></b><br>
<%=self.description%>
<%- end -%>
</div>