Skip to content

Commit b4532ba

Browse files
author
Vladimir Kotal
committed
add missing brackets for method call
fixes #2802
1 parent d2f8c04 commit b4532ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-web/src/main/webapp/WEB-INF/tags/project.tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Portions Copyright (c) 2019, Krystof Tulinger <k.tulinger@seznam.cz>.
2929

3030
<tr>
3131
<td colspan="3" class="name repository">
32-
<a href="${request.getContextPath}${Prefix.XREF_P.toString()}/${project.name}"
32+
<a href="${request.getContextPath()}${Prefix.XREF_P.toString()}/${project.name}"
3333
title="Xref for project ${Util.htmlize(project.name)}">
3434
${Util.htmlize(project.name)}
3535
</a>

0 commit comments

Comments
 (0)