|
Main sidebar
|
PITS /
00816Summary: wikistyles can't add rel='whatever' when rel is already set
Created: 2006-10-18 10:38
Status: Open
Category: Bug
From: JonHaupt
Assigned:
Priority: 4
Version: 2.2.0.beta19
OS:
Description: I noticed this bug when I tried to do something like this: the wikistyle wasn't applied. I finally figured out that my links were already having rel='nofollow' set using Cookbook:ControllingWebRobots (the following line is copied from that recipe): 1. rel="nofollow" for all external links (new default for beta20)
once I instead set it to it worked normally. |