Patch (to be ported)
Project:
Signup
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Nov 2009 at 03:02 UTC
Updated:
29 Dec 2010 at 16:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
dwwI wrapped the stuff you pasted inside
<code>tags so we can actually see what you're talking about...I was going to mark this "won't fix", since core does the same. However, looks like core does the following:
'<'. t('none') .'>'(from taxonomy.module, for example). So yeah, I guess we could do the same here. Feel free to provide a patch.
Cheers,
-Derek
Comment #2
magnus commentedHere comes two patches to choose from.
The first patch replaces the brackets and the second one embeds them like:
'<'. t('none') .'>'Comment #3
magnus commentedThis is two very simple patches to choose from. That's why I marked it RTBC myself.
Comment #4
ezra-g commentedI went with the patch that follows core's use of t(). Committed. Thanks!
http://drupal.org/cvs?commit=470410
Comment #5
ezra-g commentedComment #5.0
ezra-g commentedwrapped in
so you can actually see what they're talking about...