Skip to content

Commit b3280ef

Browse files
committed
Code review fix
1 parent b9f43a9 commit b3280ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hardware/Hardware/Printer/AirPrintReceipt/ReceiptRenderer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private extension ReceiptRenderer {
145145
}
146146
return """
147147
<h3>\(Localization.orderNoteSectionTitle.uppercased())</h3>
148-
<p>\(orderNote)
148+
<p>\(orderNote)</p>
149149
"""
150150
}
151151

0 commit comments

Comments
 (0)