From 4f18470292da780c53dcf4885c9227562ee07742 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 26 Aug 2008 23:53:47 +0000 Subject: add unchecked vs. ok distinction to lint --- httemplate/elements/mcp_lint.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate') diff --git a/httemplate/elements/mcp_lint.html b/httemplate/elements/mcp_lint.html index 826549c65..9e2b5cab6 100644 --- a/httemplate/elements/mcp_lint.html +++ b/httemplate/elements/mcp_lint.html @@ -1,5 +1,6 @@ % foreach my $lint (@lint) { - <% $lint %>
+% my $color = ( $lint =~ /unchecked$/ ? '#FF9900' : '#FF0000' ); + <% $lint %>
% } <%init> -- cgit v1.2.1