Skip to content

Commit e60175e

Browse files
Fix HTML generation
1 parent 2eb9d59 commit e60175e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ehr_billing/src/org/labkey/ehr_billing/EHR_BillingController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public ModelAndView getConfirmView(QueryForm form, BindException errors) throws
153153
msg.startTag("p");
154154
for (HtmlString m : EHR_BillingManager.get().deleteBillingRuns(getUser(),getContainer(), ids, true))
155155
{
156-
msg.append(m).append(msg.startTag("<br>"));
156+
msg.append(m).append(msg.startTag("br"));
157157
}
158158

159159
msg.startTag("p").append("Are you sure you want to do this?");

0 commit comments

Comments
 (0)