Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
use <body-content>JSP</body-content> instead of
Browse files Browse the repository at this point in the history
<body-content>jsp</body-content> fix #17
  • Loading branch information
venusdrogon committed Jul 4, 2017
1 parent 340996f commit a75c6f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/tlds/feilong-tags-common.tld
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<tag>
<name>swicth</name>
<tag-class>com.feilong.taglib.common.SwitchTag</tag-class>
<body-content>jsp</body-content>
<body-content>JSP</body-content>
<description>switch</description>
<attribute>
<name>value</name>
Expand All @@ -114,7 +114,7 @@
<tag>
<name>case</name>
<tag-class>com.feilong.taglib.common.SwitchCaseTag</tag-class>
<body-content>jsp</body-content>
<body-content>JSP</body-content>
<description>switch case</description>
<attribute>
<name>value</name>
Expand All @@ -127,7 +127,7 @@
<tag>
<name>default</name>
<tag-class>com.feilong.taglib.common.SwitchDefaultTag</tag-class>
<body-content>jsp</body-content>
<body-content>JSP</body-content>
<description>switch default</description>
</tag>
</taglib>
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/tlds/feilong-tags-display.tld
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<name>httpConcat</name>
<tag-class>com.feilong.taglib.display.httpconcat.HttpConcatTag</tag-class>
<description>http concat功能</description>
<body-content>jsp</body-content>
<body-content>JSP</body-content>
<attribute>
<name>type</name>
<required>true</required>
Expand Down

0 comments on commit a75c6f6

Please sign in to comment.