Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 368 Bytes

File metadata and controls

14 lines (10 loc) · 368 Bytes

Uses the opposite quote type for quotes inside mustache statements in attributes (#11524 by @bmaehr)

{{!-- Input --}}
<div title="{{t 'login.username.description'}}" />

{{!-- Prettier main --}}
<div title="{{t 'login.username.description'}}" />

{{!-- Prettier stable --}}
<div title="{{t "login.username.description"}}" />