我定义的tld文件有红线,但是可以运行,看着非常的不爽,怎么去掉红线
myeclipse8.5<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
                        "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
<taglib>
 <tlib-version>1.0</tlib-version>
 <jsp-version>1.2</jsp-version>
 <short-name>pagination</short-name>
 <tag>这里有红线
  <name>clickPage</name>
<tagclass>com.freedom.scss.util.tag.page.ClickedPagination</tagclass>
<bodycontent>empty</bodycontent>
<attribute>
<name>name</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
 </tag>
</taglib>