mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Fix fenced code block lang
This commit is contained in:
parent
6fb368fdef
commit
9ebe99ca1d
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ application is using any of these spellings, you will need to update them:
|
|||
* Values in attribute selectors may need to be quoted if they contain
|
||||
non-alphanumeric characters.
|
||||
|
||||
```
|
||||
```ruby
|
||||
# before
|
||||
a[href=/]
|
||||
a[href$=/]
|
||||
|
|
Loading…
Reference in a new issue