Reapply 'cab168ac' because it was accidentally patched over in '10d9fe4b'

This commit is contained in:
Joshua Peek 2008-07-29 22:04:07 -05:00
parent fea7771d22
commit a065b764e5
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ module ActionView
[-\w]+ # subdomain or domain
(?:\.[-\w]+)* # remaining subdomains or domain
(?::\d+)? # port
(?:/(?:(?:[~\w\+@%=\(\)-]|(?:[,.;:'][^\s$]))+)?)* # path
(?:/(?:(?:[~\w\+@%=\(\)-]|(?:[,.;:'][^\s$])))*)* # path
(?:\?[\w\+@%&=.;-]+)? # query string
(?:\#[\w\-]*)? # trailing anchor
)