railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.87k stars 2.25k forks source link

Replace &rdquo; entity with inline <q> element #3636

Closed jdufresne closed 1 year ago

jdufresne commented 1 year ago

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/q

Most modern browsers implement this by surrounding the text in quotation marks.

Importantly, this uses the localized quotation glyph. In English, this is the same left/right quotation mark.

coveralls commented 1 year ago

Coverage Status

coverage: 95.965% (+0.07%) from 95.892% when pulling 3db9f5d2bca288aaaca3ceb1805861161fda7ad0 on jdufresne:q-element into da4800420cd377960b6f20b94b97aa49e4bf94e0 on railsadminteam:master.

codealchemy commented 1 year ago

Thanks!