mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Merge pull request #205 from fterrier/escape-input
html encode the url when it is written to the page
This commit is contained in:
commit
9e02563860
@ -139,7 +139,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
var displayFinalUrl = function(xhr, method, url, container) {
|
var displayFinalUrl = function(xhr, method, url, container) {
|
||||||
container.html(method + ' ' + url);
|
container.text(method + ' ' + url);
|
||||||
};
|
};
|
||||||
|
|
||||||
var displayResponseData = function(xhr, container) {
|
var displayResponseData = function(xhr, container) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user