From 9d6e723581aae4836100b96b35f951e94e56872b Mon Sep 17 00:00:00 2001 From: Anna Kozlova Date: Fri, 14 Jul 2006 19:21:41 +0400 Subject: [PATCH] location file-link fixed --- inspections/impl/com/intellij/codeInspection/ex/HTMLComposer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inspections/impl/com/intellij/codeInspection/ex/HTMLComposer.java b/inspections/impl/com/intellij/codeInspection/ex/HTMLComposer.java index 9eaa6c3ffe..468fadc0ba 100644 --- a/inspections/impl/com/intellij/codeInspection/ex/HTMLComposer.java +++ b/inspections/impl/com/intellij/codeInspection/ex/HTMLComposer.java @@ -112,7 +112,7 @@ public abstract class HTMLComposer { } else if (refElement instanceof RefFile){ //todo buf.append(InspectionsBundle.message("inspection.export.results.file")); buf.append(NBSP); - appendElementReference(buf, refElement); + appendElementReference(buf, refElement, false); } buf.append(FONT_CLOSING); } -- 2.11.4.GIT