1
0
Fork 0
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:
yui-knk 2015-03-03 09:04:13 +09:00
parent 6fb368fdef
commit 9ebe99ca1d

View file

@ -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$=/]