Changes between Initial Version and Version 2 of Ticket #27609
- Timestamp:
- 04/02/2014 03:28:20 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27609 – Description
initial v2 7 7 8 8 Considered adding a `foreach` loop to wrap each `allowed_tags()` in a `<li>` and `<code>`, which is more semantic. 9 9 {{{ 10 10 foreach(allowed_tags() as $t) 11 11 return "<li><code>$t</code></li>" 12 }}}