后台界面多了一个“]” 页面代码里面怎么都找不到?

2016-07-07 15:12 来源:www.chinab4c.com 作者:ecshop专家



QQ截图20130629102932.png

这个 界面代码貌似和 浏览器上看到的不一致 - -
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>ECSHOP Menu</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <link href="styles/general.css" rel="stylesheet" type="text/css" />
  7. <script language="JavaScript">
  8. <!--
  9. var noHelp = "<p align='center' style='color: #666'>{$lang.no_help}</p>";
  10. var helpLang = "{$help_lang}";
  11. //-->
  12. </script>
  13. {literal}
  14. <style type="text/css">
  15. body {
  16. background: #80BDCB;
  17. }
  18. #tabbar-div {
  19. background: #278296;
  20. padding-left: 10px;
  21. height: 21px;
  22. padding-top: 0px;
  23. }
  24. #tabbar-div p {
  25. margin: 1px 0 0 0;
  26. }
  27. .tab-front {
  28. background: #80BDCB;
  29. line-height: 20px;
  30. font-weight: bold;
  31. padding: 4px 15px 4px 18px;
  32. border-right: 2px solid #335b64;
  33. cursor: hand;
  34. cursor: pointer;
  35. }
  36. .tab-back {
  37. color: #F4FAFB;
  38. line-height: 20px;
  39. padding: 4px 15px 4px 18px;
  40. cursor: hand;
  41. cursor: pointer;
  42. }
  43. .tab-hover {
  44. color: #F4FAFB;
  45. line-height: 20px;
  46. padding: 4px 15px 4px 18px;
  47. cursor: hand;
  48. cursor: pointer;
  49. background: #2F9DB5;
  50. }
  51. #top-div
  52. {
  53. padding: 3px 0 2px;
  54. background: #BBDDE5;
  55. margin: 5px;
  56. text-align: center;
  57. }
  58. #main-div {
  59. border: 1px solid #345C65;
  60. padding: 5px;
  61. margin: 5px;
  62. background: #FFF;
  63. }
  64. #menu-list {
  65. padding: 0;
  66. margin: 0;
  67. }
  68. #menu-list ul {
  69. padding: 0;
  70. margin: 0;
  71. list-style-type: none;
  72. color: #335B64;
  73. }
  74. #menu-list li {
  75. padding-left: 16px;
  76. line-height: 16px;
  77. cursor: hand;
  78. cursor: pointer;
  79. }
  80. #main-div a:visited, #menu-list a:link, #menu-list a:hover {
  81. color: #335B64
  82. text-decoration: none;
  83. }
  84. #menu-list a:active {
  85. color: #EB8A3D;
  86. }
  87. .explode {
  88. background: url(images/menu_minus.gif) no-repeat 0px 3px;
  89. font-weight: bold;
  90. }
  91. .collapse {
  92. background: url(images/menu_plus.gif) no-repeat 0px 3px;
  93. font-weight: bold;
  94. }
  95. .menu-item {
  96. background: url(images/menu_arrow.gif) no-repeat 0px 3px;
  97. font-weight: normal;
  98. }
  99. #help-title {
  100. font-size: 14px;
  101. color: #000080;
  102. margin: 5px 0;
  103. padding: 0px;
  104. }
  105. #help-content {
  106. margin: 0;
  107. padding: 0;
  108. }
  109. .tips {
  110. color: #CC0000;
  111. }
  112. .link {
  113. color: #000099;
  114. }
  115. </style>
  116. {/literal}
  117. </head>
  118. <body>
  119. <div id="tabbar-div">
复制代码

回答:
不一定在这个部分。看下有没包含文件

呵呵,就是一个]问题,搜到

可能这个页面调用其他页面了,这个符号在另外页面里。