diff options
author | Christian Schneider | 2008-04-07 14:45:32 +0000 |
---|---|---|
committer | Christian Schneider | 2008-04-07 14:45:32 +0000 |
commit | aef7677ab6214a9419265612180a3a1f2ff3c06d (patch) | |
tree | 58a0dc93e83a97a32165d56f3281abe90130dcab /it_html.class | |
parent | 673d81f2d40dcc09c716c25f7e71ddc46e97060f (diff) | |
download | itools-aef7677ab6214a9419265612180a3a1f2ff3c06d.tar.gz itools-aef7677ab6214a9419265612180a3a1f2ff3c06d.tar.bz2 itools-aef7677ab6214a9419265612180a3a1f2ff3c06d.zip |
Fix magic comments for itools.search.ch function extractor
Diffstat (limited to 'it_html.class')
-rw-r--r-- | it_html.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_html.class b/it_html.class index 40fb241..8b76f4c 100644 --- a/it_html.class +++ b/it_html.class @@ -243,7 +243,7 @@ function _parse_args($args) * Attributes with value true can be used for boolean attributes like 'checked' * Attribute values will be html encoded, content values won't so you may need to use Q(). * @see _tag() - */ #} + */ #:} /** * INTERNAL: Create html tag from name and args array (the arguments of the parent function) |