Closed (won't fix)
Project:
Drupal core
Version:
x.y.z
Component:
forum.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2006 at 15:06 UTC
Updated:
12 Mar 2006 at 21:07 UTC
patch attached
| Comment | File | Size | Author |
|---|---|---|---|
| forum-capitalize-title.patch | 588 bytes | Wesley Tanaka |
Comments
Comment #1
Zen commentedI think the general rule of thumb is that there is to be no capitalisation. You can see this in pretty much all menus.
Marking as won't fix.
-K
Comment #2
Crell commentedAs a follow-up, if you want some text capitalized use the CSS
text-transform: capitalize;directive in your theme. That should work in any reasonably recent browser.