[Zope-CMF] standard_html_header quickie
Chris Withers
chrisw@nipltd.com
Fri, 1 Jun 2001 19:52:59 +0100
> > What does this bit of the default standard_html_header do:
> >
> > <dtml-if name="Title">: &dtml-Title;</dtml-if>
>
>
> It displays the "colon plus title" only if the Title name is present
> and not blank.
D'oh! Thanks... that should have been obvious, I thin kthe bit that confused
my was the name="Title", I'm so used to seeing that written as <dtml-if
Title> that it completely went over my head :-)
cheers,
Chris