Skip to content

Commit

Permalink
[JENKINS-23086] Cppcheck plugin shall display verbose information
Browse files Browse the repository at this point in the history
- "nodismiss" parameter removed by accident in the previous commit. If it is present, the tooltip won't be closed automatically after a timeout.
  • Loading branch information
mixalturek committed May 18, 2014
1 parent 6fb2c23 commit 7edf263
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -163,7 +163,7 @@ private void splitSourceFile(final String sourceFile) {
outputEscaped(output, "</p>");
}

output.append("\">\n");
output.append("\" nodismiss=\"\">\n");
output.append("<code><b>\n");

//The current line error
Expand Down

0 comments on commit 7edf263

Please sign in to comment.