Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some of the links are using relative address 部分链接使用了相对地址 #54

Open
cebarobot opened this issue Oct 2, 2019 · 1 comment

Comments

@cebarobot
Copy link
Member

Some of the links are using relative address, which may cause some bugs.

For example, in web/app/controllers/contests.php almost all of the links are using relative addresses. You can see this at Contests - Universal Online Judge.

Using HTML::url() to generate these links can solve this problem.

部分链接使用的是相对地址,可能造成一些问题。

例如,在 web/app/controllers/contests.php 中,几乎所有的链接都是相对链接。可以参考 比赛 - Universal Online Judge

使用 HTML::url() 生成这些链接即可解决问题。

之后会修,先记在这里(

@cebarobot
Copy link
Member Author

比赛,题库,提交记录,公告似乎都有这个问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant