User tests: Successful: Unsuccessful:
Pull Request for Issue #17971
The JText does not need to escape quotes
Make a multilingual site (2 languages is enough)
Create some menu items in both languages.
Modify in en-GB or the other language the string
COM_MENUS_ITEM_FIELD_ASSOCIATION_NO_VALUE
so include in the value a single quote.
In French, modify from
COM_MENUS_ITEM_FIELD_ASSOCIATION_NO_VALUE="- Pas d’association -"
)
(French pack has now a typographic quote, therefore it has to be modified.)
To
COM_MENUS_ITEM_FIELD_ASSOCIATION_NO_VALUE="- Pas d'association -"
But it can be tested in English too by just adding a single quote in the string value.
Edit a menu item, association tab
The single quote in
"- Pas d'association -"
will show as - Pas d\'association -
The counterslash will not be there any more.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_menus |
I have tested this item
I have tested this item
Everything ok on my end!
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-03-17 15:29:26 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
@Quy @alikon
Please test