Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 May 2011 at 20:04 UTC
Updated:
25 May 2011 at 17:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
tim.plunkettSee patch.
Comment #2
geerlingguy commentedPatch applied cleanly for me, and also allows #971034: Add Option To Load Events Via Ajax to work. I hate regex, so someone else can approve that.
Comment #3
tim.plunkett[^a-zA-Z0-9_-]+matches all characters that aren't letters, numbers, - or _. Then it replaces them with -.Normal "machine names" don't allow dashes, just underscore, but these are HTML classes, so dash is equally if not more valid.
Comment #4
aspilicious commentedsubscribe
Comment #5
dawehnerThis patch makes totally sense. Commited to both 3.x branches.