Changeset 1711


Ignore:
Timestamp:
Apr 6, 2011, 11:30:29 AM (12 years ago)
Author:
work@…
Message:

xml instead of html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/dbnp/studycapturing/StudyWizardController.groovy

    r1710 r1711  
    20182018
    20192019                // Return the output of the request
    2020                 response.setContentType("text/html; charset=UTF-8")
     2020                response.setContentType("text/xml; charset=UTF-8")
    20212021                //response.contentType = "text/xml"
    20222022                //response.characterEncoding = "UTF-8"
Note: See TracChangeset for help on using the changeset viewer.