如何修复编码

How to fix the coding

我的站点是https://templatemonstrosity.blogspot.com/ . As you can see, on the very top of this page, there is an irritating text '-->'. I have searched through my entire XML do but I cannot find where it is, can someone please tell me what to do? If someone can please check out my template from https://drive.google.com/open?id=0Bw7OiqWvpt5sdXc3cUV5Y2ZMMVk,请告诉我具体要修复的位置,这将是一个很大的帮助。

在这里(查看源代码):

@media screen and (max-width: 767px) {.tg {width: auto !important;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;margin: auto 0px;}}</style>
--></style>

基本上,源代码中有多个 <style> 标签,这里有两个结束标签,中间有一个注释位 - 删除第二个。而且......好吧,我不知道 Blogger,但如果那是标准,那该死的就是丑陋的代码。

我查看了您的网站,正文顶部有一个“-->”。摆脱它对我有用。

第 1 步:查找此 line/piece 代码(我已经 html 很久没做过了)。 在我看到的正下方:

"--> “

删除“--> ".

你应该可以开始了。