Fixed JSP tag example.
This commit is contained in:
parent
ac666d764b
commit
5de9d7b5e0
1 changed files with 2 additions and 2 deletions
|
@ -63,10 +63,10 @@ A JSP tag is also available for easy incorporation into web applications:
|
||||||
```jsp
|
```jsp
|
||||||
<%@taglib uri="https://erik.thauvin.net/taglibs/readingtime" prefix="t"%>
|
<%@taglib uri="https://erik.thauvin.net/taglibs/readingtime" prefix="t"%>
|
||||||
<t:readingtime
|
<t:readingtime
|
||||||
|
wpm="275"
|
||||||
postfix="min read"
|
postfix="min read"
|
||||||
plural="min read"
|
plural="min read"
|
||||||
excludeImages="false"
|
excludeImages="false">some_text</t:readingtime>
|
||||||
wpm="275">some_text</t:readingtime>
|
|
||||||
```
|
```
|
||||||
|
|
||||||
None of the attributes are required.
|
None of the attributes are required.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue