Need to register? Lost password?
Minitokyo » Minitokyo Fora » Bug Reports incomplete div tag in source code for home page
I was looking through the source code of the main home page and noticed above the javascript google syndication (sorry text editor doesnt have line numbers):
Code: <div style="margin: 1em; text-align: center; " <script type="text/javascript"><!-- google_ad_client = "***"; google_ad_width = 110; google_ad_height = 32; google_ad_format = "110x32_as_rimg"; google_cpa_choice = "***"; //-->
Code:
<div style="margin: 1em; text-align: center; " <script type="text/javascript"><!-- google_ad_client = "***"; google_ad_width = 110; google_ad_height = 32; google_ad_format = "110x32_as_rimg"; google_cpa_choice = "***"; //-->
Line 1 of this code snippet, the <div> tag is incomplete. Missing the '>'.
Thanks!
Back to Bug Reports.
Only members can post replies, please register.
I was looking through the source code of the main home page and noticed above the javascript google syndication (sorry text editor doesnt have line numbers):
Line 1 of this code snippet, the <div> tag is incomplete. Missing the '>'.
Thanks!