diff options
author | Christian Schneider | 2007-10-11 02:22:16 +0000 |
---|---|---|
committer | Christian Schneider | 2007-10-11 02:22:16 +0000 |
commit | 8b9220916723e3efd1e0cfca2f2e356b142fb8e1 (patch) | |
tree | 1ebff2a2b48364518604f74afa164ddb3202723d /it_html.class | |
parent | 4a6c6bad9383aad857b491c4d7fb1cc81d247a0f (diff) | |
download | itools-8b9220916723e3efd1e0cfca2f2e356b142fb8e1.tar.gz itools-8b9220916723e3efd1e0cfca2f2e356b142fb8e1.tar.bz2 itools-8b9220916723e3efd1e0cfca2f2e356b142fb8e1.zip |
Improve documentation cross reference
Diffstat (limited to 'it_html.class')
-rw-r--r-- | it_html.class | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/it_html.class b/it_html.class index a007aad..4c5be62 100644 --- a/it_html.class +++ b/it_html.class @@ -240,8 +240,8 @@ function _parse_args($args) * Attributes with values false or null will be omitted completely. * 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 - */ + * @see _tag() + */ #} /** * INTERNAL: Create html tag from name and args array (the arguments of the parent function) |