Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Old typo in category.html template

Quote Reply
Old typo in category.html template
Hi everyone,

after several months of absence from the Gossamer Threads scene, I installed a new instance of "Links 2.0" yesterday.

I was astonished to find the same typo that I came across in February in one of the template files, since I'm sure I brought it to Alex's attention back then.

In the template category.html in line 7:
Code:
<if meta_name%>
<meta name="description" content="<%meta_name%>">

there is still a %-sign missing (right in front of "if").

The server I installed Links on chokes on this and does not display any code including and after this line.

Luckily I remembered the problem from back in February and was quickly able to fix it.

Please fix this typo, Alex.

Georg
Quote Reply
Re: Old typo in category.html template In reply to
I just went to view the category.html... everything is fine on mine. Links ver 2.0
There is no missing % ... <%if meta_name%>
<meta name="description" content="<%meta_name%>">

------------------
Team Linux 2000
http://www.linux-2000.org
Quote Reply
Re: Old typo in category.html template In reply to
Hi

See this: http://www.gossamer-threads.com/...um2/HTML/001390.html

Chris
Quote Reply
Re: Old typo in category.html template In reply to
You're right, it's not in the line I referenced, but a couple of lines further down in line 10:
Code:
<if meta_keywords%>
<meta name="keywords" content="<%meta_keywords%>">
<%endif%>

% is missing there.

Georg