[
https://issues.apache.org/jira/browse/COUCHDB-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13987845#comment-13987845
]
ASF GitHub Bot commented on COUCHDB-2233:
-----------------------------------------
GitHub user ocelotpotpie opened a pull request:
https://github.com/apache/couchdb/pull/220
COUCHDB-2233 - Correct HTML interpolation instances in documents.
Further updating instances of <%= and to <%- within documents to correctly
handle HTML interpolation.
Tested for regression in
- 34.0.1847.131
- Safari 7.0.2
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ocelotpotpie/couchdb
2233-html-interpolation-fixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/220.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #220
----
commit 5cb332943dfb081603f799263e34b0b50c4e9823
Author: Christian Hogan <[email protected]>
Date: 2014-05-02T15:59:16Z
COUCHDB-2233 - Correct HTML interpolation instances in documents.
Further updating instances of <%= and to <%- within documents to correctly
handle HTML interpolation.
Tested for regression in
- 34.0.1847.131
- Safari 7.0.2
----
> Update areas to handle HTML interpolation more gracefully.
> ----------------------------------------------------------
>
> Key: COUCHDB-2233
> URL: https://issues.apache.org/jira/browse/COUCHDB-2233
> Project: CouchDB
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Christian Hogan
>
> There are template instances within fauxton which are using <%= syntax over
> <%- syntax. The latter is better in most cases for correctly handling HTML
> interpolation within the templates.
> Templates should be updated and regression tested.
--
This message was sent by Atlassian JIRA
(v6.2#6252)