[
https://issues.apache.org/jira/browse/VCL-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14703527#comment-14703527
]
ASF subversion and git services commented on VCL-888:
-----------------------------------------------------
Commit 1696645 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1696645 ]
VCL-888 - Web UI fails to handle translations containing single quotes
I could only find 1 function that was sending i() back as javascript
requests.php: modified AJupdateWaitTime: changed 2 occurances of i() to _()
where it was actually being sent as javascript instead of calling the php
function
> Web UI fails to handle translations containing single quotes
> ------------------------------------------------------------
>
> Key: VCL-888
> URL: https://issues.apache.org/jira/browse/VCL-888
> Project: VCL
> Issue Type: Bug
> Components: web gui (frontend)
> Reporter: Josh Thompson
> Fix For: 2.5
>
>
> There are parts of the code where a string is sent in single quotes as
> javascript in response to an AJAX call. If the string is translated into
> something that contains single quotes, javascript throws an error. The
> translated string needs to have single quotes escaped.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)