php回显不需要的小于号

时间:2013-10-10 01:44:00

标签: php html

我有这段代码:

echo '<center><h3>More Information</h3><br>';
if ( $story == '') {
} else {
   echo '<h5>'.$story.'</h5>';
}
echo '<table id="tablepress-2" class="tablepress tablepress-id-2">
   <thead>
      <tr class="row-1 odd">
        <th class="column-1"><div>Service</div></th><th class="column-2"><div>Price</div></th>
      </tr>
   </thead>
   <tbody class="row-hover">';

结果显示多个小于标志'&lt; &LT; &LT; &LT; &LT; &LT; &LT; &LT;”在“更多信息”之后。我不知道他们来自哪里。

结果如下:


更多信息

&LT; &LT; &LT; &LT; &LT; &LT; &LT; &LT;

1 个答案:

答案 0 :(得分:1)

根据您的pastebin文件:http://pastebin.com/VGTEsSC4

您有很多</td><来弥补您的多个<符号。

在您的编辑器中,搜索</td><并替换</td>