Actions
Bug #12264
closedStray <table> line in squid_monitor.php
Status:
Resolved
Priority:
Low
Assignee:
Viktor Gurov
Category:
Squid
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
2.5.2
Affected Plus Version:
Affected Architecture:
Description
There's a stray <table> opening element in the C-ICAP Virus Table section of /usr/local/www/squid_monitor.php
<table class="table table-hover table-condensed">
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <-----------
It looks like the first line was added in https://github.com/pfsense/FreeBSD-ports/commit/f05da7d03bbb62eb51c54f8923516235becd7a4e#diff-0dcff6e573ed851113faa438ad98008785e68ade0e6ec7248578696afdbf7feaR177, and the second one should have been deleted but was mistakenly left in.
I've attached a simple patch that removes the line.
Files
Actions