提交 ab0bf64c 编写于 作者: K kohsuke

counter rev.9642 so that non-global hyperlinks are displayed correctly.

This is required for side panel to show the current page in bold.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11319 71c3de6d-444a-0410-be80-ed276b4c234a
上级 7b8f27fd
......@@ -871,7 +871,7 @@ public class Functions {
return urlName; // absolute URL
else
// relative URL name
return Stapler.getCurrentRequest().getContextPath()+'/'+itUrl+urlName;
return Stapler.getCurrentRequest().getContextPath()+'/'+itUrl+urlName+'/';
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册