We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f8c04 commit b4532baCopy full SHA for b4532ba
opengrok-web/src/main/webapp/WEB-INF/tags/project.tag
@@ -29,7 +29,7 @@ Portions Copyright (c) 2019, Krystof Tulinger <[email protected]>.
29
30
<tr>
31
<td colspan="3" class="name repository">
32
- <a href="${request.getContextPath}${Prefix.XREF_P.toString()}/${project.name}"
+ <a href="${request.getContextPath()}${Prefix.XREF_P.toString()}/${project.name}"
33
title="Xref for project ${Util.htmlize(project.name)}">
34
${Util.htmlize(project.name)}
35
</a>
0 commit comments