<!-- /debughtml -->
</div>
<br />
<?php
if (isset($_GET['title']) && $_GET['title'] == 'Main_Page,Community_portal,Current_events,Special:RecentChanges,Help:Contents,Special:WhatLinksHere/Help:Contents,Special:Upload,Special:SpecialPages,itsmywiki.com:Privacy_policy,itsmywiki.com:About,itsmywiki:General_disclaimer,Special:Preferences,Special:Watchlist,Special:Contributions/itsmywiki.com,Special:UserLogout&returnto=Special%3AContributions%2F$,User:$,User_talk:$') {
// do nothing
} else {
if (isset($_GET['action']) && $_GET['action'] == 'edit,history') {
// do nothing
} else { ?>
<center><div class="fb-comments" data-width="800" data-num-posts="100" data-colorscheme="dark"></div></center>
此代码导致页面下方出现语法错误,我无法弄清问题是什么?
答案 0 :(得分:2)
在最后}
声明之后,你遗漏了else
。