mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
lf_report.py : added break after links added
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -297,6 +297,7 @@ class lf_report():
|
||||
self.pdf_link_html = """
|
||||
<!-- pdf link -->
|
||||
<a href={pdf_link_path}>PDF_Report</a>
|
||||
<br>
|
||||
""".format(pdf_link_path=pdf_link_path)
|
||||
self.html += self.pdf_link_html
|
||||
|
||||
@@ -304,6 +305,7 @@ class lf_report():
|
||||
self.link = """
|
||||
<!-- link -->
|
||||
<a href={link}>{link_name}</a>
|
||||
<br>
|
||||
""".format(link=_link,link_name=_link_name)
|
||||
self.html += self.link
|
||||
|
||||
|
||||
Reference in New Issue
Block a user