Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
taxonomy.module
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Oct 2005 at 09:13 UTC
Updated:
22 Nov 2005 at 15:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
robertdouglass commentedWhile we're at it, I think we should add
rel="tag"as well. I think this will make us friendlier to sites like technorati, but still have to research whether it alone is enough to make Drupal taxonomy links technorati tags.Comment #2
robertdouglass commentedSorry, uploaded the old patch again. Here's the correct one for rel="tag".
Comment #3
robertdouglass commentedtoo many buttons to push *blush*
Comment #4
sethcohn commented+1
Simple, adds user friendliness and search engine juice.
Comment #5
breyten commentedPatch applies cleanly, big +1 on relTag support.
Comment #6
pfaocle+!
Good ideas, patch works fine.
Comment #7
Steven commentedInput validation thingie: the values for HTML attributes are plain-text and are already escaped in drupal_attributes() in l(). So the check_plain() here is unnecessary.
Other than that, looks fine.
Comment #8
robertdouglass commentedwithout check_plain.
Comment #9
lennart commented+1 clean, functional and transparent
Comment #10
sethcohn commented+1, deals with Steven's above validation concern.
Any other reason not to commit?
Comment #11
dries commentedCommitted to HEAD. Thanks.
Comment #12
(not verified) commented