File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
opengrok-web/src/main/webapp/WEB-INF/tags Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
30
30
<tr >
31
31
<td colspan =" 3" class =" name repository" >
32
- <a href =" ${ request. getContextPath() } ${ Prefix . XREF_P. toString()} /${ project. name } "
32
+ <a href =" ${ pageContext . request. getContextPath()} ${ Prefix . XREF_P. toString()} /${ project. name } "
33
33
title =" Xref for project ${ Util . htmlize(project. name)} " >
34
34
${ Util . htmlize(project. name)}
35
35
</a >
Original file line number Diff line number Diff line change 47
47
<c:if test =" ${ isSubrepository && isFirst } " >
48
48
<tr >
49
49
<td class =" name repository" colspan =" 3" >
50
- <a href =" ${ request. getContextPath() } ${ Prefix . XREF_P. toString()} /${ project. name } "
50
+ <a href =" ${ pageContext . request. getContextPath()} ${ Prefix . XREF_P. toString()} /${ project. name } "
51
51
title =" Xref for project ${ Util . htmlize(project. name)} " >
52
52
${ Util . htmlize(project. name)}
53
53
</a >
57
57
58
58
<tr >
59
59
<td class =" name ${ isSubrepository ? " subrepository" : " repository" } " >
60
- <a href =" ${ request. getContextPath() } ${ Prefix . XREF_P. toString()} /${ project. name } "
60
+ <a href =" ${ pageContext . request. getContextPath()} ${ Prefix . XREF_P. toString()} /${ project. name } "
61
61
title =" Xref for project ${ Util . htmlize(name)} " >
62
62
${ Util . htmlize(name)}
63
63
</a >
You can’t perform that action at this time.
0 commit comments