Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

<%dtd%> tag on top claim_form.html: ???

Quote Reply
<%dtd%> tag on top claim_form.html: ???
i Have got to -almost- the end of my issue with the claim links. With the help of all of you of course, but now, when i click on "Claim this link" i get an error (well 3 errors) being one of them "Unknown Tag: 'dtd' ". then i ran into claim_form.html and saw that at the top of the file is this tag placed in. What is this for??

also, we got 2 more errors because of this:

<%include include_begin_logo_with_search.html%>
<a href="/">Home</a> &raquo;
Claim a Link
<%include include_end_logo_with_search.html%>
Those files do not exist among the pages of the site. i don't know if they have a purpose, so i have remove them (the reference) or create an empty one. Any idea??

Thanks
Quote Reply
Re: [rastabits] <%dtd%> tag on top claim_form.html: ??? In reply to
You can simply take those <%include ...%> tags out, and also the <%dtd%>. They are left-overs of the templates that I use on my site, and I forgot to take them out....Blush

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] <%dtd%> tag on top claim_form.html: ??? In reply to
CoolSly thanks a lot.

but, does DTD means something? or do something?
Quote Reply
Re: [rastabits] <%dtd%> tag on top claim_form.html: ??? In reply to
On my templates, <%dtd%> is used as a template global, and contains the following string:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
So, this is inserted on top of every page. Apart from this, it doesn't do much...

Ivan
-----
Iyengar Yoga Resources / GT Plugins