mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +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
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@
|
|||
};
|
||||
|
||||
var displayFinalUrl = function(xhr, method, url, container) {
|
||||
container.html(method + ' ' + url);
|
||||
container.text(method + ' ' + url);
|
||||
};
|
||||
|
||||
var displayResponseData = function(xhr, container) {
|
||||
|
|
Loading…
Add table
Reference in a new issue