Quote:
Originally Posted by Comfy.n
program: field_list_count('tags')
program: field_list_count('authors');
Is the semicolon needed, BTW? I'm never sure.
|
A semicolon ending the last line of a template is optional.
Truth: according to the syntax it is illegal. Coding the template language parser to optionally accept it was easier than not, and it doesn't hurt anything.