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
Updated by Viktor Gurov over 3 years ago
Updated by Jim Pingle over 3 years ago
- Status changed from New to Pull Request Review
- Assignee set to Viktor Gurov
Updated by Viktor Gurov almost 3 years ago
- Status changed from Pull Request Review to Feedback
Merged
Updated by Danilo Zrenjanin about 2 years ago
- Status changed from Feedback to Resolved
That line doesn't exist in the current Squid release squid_monitor.php.
I am marking this ticket resolved.
Actions