extent-framework / extentreports-csharp

Extent Reporting Library, .NET
http://extentreports.com
Apache License 2.0
50 stars 39 forks source link

Close Link Tags in head section of report #157

Open bgoggan opened 2 years ago

bgoggan commented 2 years ago

We are using the 5.0.0-alpha6 version of extent reports for c#. I have a task in our ADO pipeline to handle the HTML report but it fails parsing it due to 3 link tags not being properly closed in the head section of the report. The examples are below. Is it possible to close those tags? I don't mind forking the 5.0.0-alpha6 branch and making the change myself for use until the next stable version comes out but was unable to find it in the repo. Thanks.

<link rel="apple-touch-icon" href="https://cdn.jsdelivr.net/gh/extent-framework/extent-github-cdn@b00a2d0486596e73dd7326beacf352c639623a0e/commons/img/logo.png">

<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/extent-framework/extent-github-cdn@b00a2d0486596e73dd7326beacf352c639623a0e/commons/img/logo.png">

<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">