mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 16:08:41 +00:00
fix: no highlight and MathJax isn't working in faq page
There is a blog usage introduction in faq page, but the code highlight can't be seen and MathJax isn't working. Add require libs and js.
This commit is contained in:
parent
10deda3561
commit
866d70b5b8
@ -1,4 +1,8 @@
|
||||
<?php echoUOJPageHeader(UOJLocale::get('help')) ?>
|
||||
<?php
|
||||
requireLib('shjs');
|
||||
requireLib('mathjax');
|
||||
echoUOJPageHeader(UOJLocale::get('help'))
|
||||
?>
|
||||
<article>
|
||||
<header>
|
||||
<h2 class="page-header">常见问题及其解答(FAQ)</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user