This project is archived and is in readonly mode.
auto_link anchor's error of module TextHelper
Reported by wangaguo | October 2nd, 2008 @ 02:46 AM | in 2.x
Module: ActionView::Helpers::TextHelper Method: auto_link
e.g. >> helper.auto_link("http://of.openfoundry.org/projects/492/download#4th.Release.3") => "http://of.openfoundry.org/projects/492/download#4th.Release.3"
but, name roles can using periods (".").
HTML name attribute's roles below: Naming rules:(from http://www.w3schools.com/tags/at...
* Must begin with a letter A-Z or a-z
* Can be followed by: letters (A-Za-z), digits (0-9), hyphens ("-"), underscores ("_), colons (), and periods (".")
* Values are case-sensitive
Comments and changes to this ticket
-
Michael Koziarski November 14th, 2008 @ 03:28 PM
- State changed from new to duplicate
fixed by #1353
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Tags
Referenced by
- 1353 auto_link helper fails to parse some URLs with brackets Here is a patch that completely refactors auto_link_urls,...