Missing break in Third-party licenses page

The Third-party license list is missing a break (carriage return)
if a notice header has been provided

Bug: 265682774
Test: Manual
Change-Id: I135fd7e892b564171bb0823db8d4beb72c1c9759
This commit is contained in:
Jin Dong
2023-01-17 15:28:56 +01:00
committed by David Magno
parent ab810ba161
commit 8bdaea76e2

View File

@@ -324,6 +324,7 @@ class LicenseHtmlGeneratorFromXml {
if (!TextUtils.isEmpty(noticeHeader)) {
writer.println(noticeHeader);
writer.println("<br/>");
}
int count = 0;