Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Nov 13, 2023
2 parents 99e69b9 + 5d5f8bb commit 78179ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/html-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<ul style="list-style-type: none; padding-left: 0">
<li>
<strong>Host:</strong>
<a style="text-decoration: none; color: blue">{{.URL}}</a>
<a href="{{.URL}}" style="text-decoration: none; color: blue">{{.URL}}</a>
</li>
{{if $ExtractTitle}}
<li>
Expand Down Expand Up @@ -119,7 +119,7 @@
</ul>
</td>
<td style="padding: 10px; border: 1px solid black">
<a href="{{.ScreenshotPathRel | safeURL}}" target="_blank">
<a href="{{.ScreenshotPathRel | safeURL}}">
<img src="{{.ScreenshotPathRel | safeURL}}" alt="Screenshot" style="width: 400px; height: 300px" />
</a>
</td>
Expand All @@ -130,4 +130,4 @@
</table>
</body>

</html>
</html>

0 comments on commit 78179ca

Please sign in to comment.