struts-community-plugins / struts2-jquery

Struts2 jQuery Plugin
Apache License 2.0
83 stars 49 forks source link

Issue with sj:dialog @title #320

Closed Dcosmas closed 1 year ago

Dcosmas commented 1 year ago

In dialog title we can have plain text so in line 53 in dialog-close.ftl I think we should have :

options_${escapedOptionId}.title = "<#outputformat "JavaScript">${parameters.title}</#outputformat>";

instead of

options_${escapedOptionId}.title = "${parameters.title}";

In my case with french word like "l'annuaire" I had "l& # 3 9 ; annuaire" :(

lukaszlenart commented 1 year ago

In my case with french word like "l'annuaire" I had "l'annuaire" :(

Probably you are right, but I don't see a difference tbh

Dcosmas commented 1 year ago

github wysywyg translate &#39 ; lol