| Fix missing class= - warvox - VoIP based wardialing tool, forked from rapid7/wa… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 3c4da10baab465ebd664004fbd278346d2d55aa5 | |
| parent 1e452fb1bfce901225ae239580f2d05c269c8e73 | |
| Author: HD Moore <[email protected]> | |
| Date: Thu, 27 Dec 2012 00:06:45 -0600 | |
| Fix missing class= | |
| Diffstat: | |
| M app/views/analyze/view.html.erb | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/app/views/analyze/view.html.erb b/app/views/analyze/view.html.erb | |
| @@ -42,7 +42,7 @@ | |
| <td align='center'> | |
| <b><%=h dial_result.line_type.upcase %></b><br/> | |
| <a href="<%=resource_analyze_path(@job_id, dial_result.id, "bi… | |
| - <a href="<%=resource_analyze_path(@job_id, dial_result.id, "bi… | |
| + <a href="<%=resource_analyze_path(@job_id, dial_result.id, "bi… | |
| <% (dial_result.signatures||"").split("\n").each do |s| | |
| sid,mat,name = s.split(':', 3) | |
| str = [mat.to_i * 6.4, 255].min |