While adding the ability to enter video descriptions in tinyvid I
noticed what I think is a bug in Farkup. The t:farkup component has an
option to make sure links have the 'nofollow' attribute. When the
farkup is rendered this comes out as:

<a href="http://tinyvid.tv"; nofollow="true">TinyVid!</a>

The 'nofollow' syntax appears to be wrong. It should be:

<a href="http://tinyvid.tv"; rel="nofollow">TinyVid!</a>

See here for details:

http://en.wikipedia.org/wiki/Nofollow

Chris.
-- 
http://www.bluishcoder.co.nz

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to