Bug: The %NOFOLLOW% variable is not expanded in view templates
DEVELOP branch
The rendered html page contains
%NOFOLLOW% strings. For instance:
<a href="/~develop/cgi-bin/attach/Main/WebHome" %NOFOLLOW%>Attach</a>
What should this do?
--
ArthurClemens - 26 Mar 2005
Test case
Environment
--
ArthurClemens - 26 Mar 2005
Impact and Available Solutions
Follow up
Sorry about that Arthur. I'm trying to reduce the number of variables in the system, and it was obvious that NOFOLLOW is not really needed; all links to topics that are non-view should be nofollow. So I made it that way, but forgot to remove the var from the templates. Fixed now.
--
CrawfordCurrie - 26 Mar 2005
Fix record
Discussion