From 3c52598ec9a4dd0bf7731721b7e8c5f2b6d2b658 Mon Sep 17 00:00:00 2001 From: Jon Bates Date: Mon, 7 Dec 2015 13:45:36 +0000 Subject: [PATCH] Add support for content-types which contain a quote symbol. --- src/main/template/content_type.handlebars | 2 +- src/main/template/parameter_content_type.handlebars | 2 +- src/main/template/response_content_type.handlebars | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/template/content_type.handlebars b/src/main/template/content_type.handlebars index e6e0073d..423fc4dd 100644 --- a/src/main/template/content_type.handlebars +++ b/src/main/template/content_type.handlebars @@ -2,7 +2,7 @@ {{#if consumes}} {{#each consumes}} - + {{/each}} {{else}} diff --git a/src/main/template/response_content_type.handlebars b/src/main/template/response_content_type.handlebars index 4e69ac88..7ecbce15 100644 --- a/src/main/template/response_content_type.handlebars +++ b/src/main/template/response_content_type.handlebars @@ -2,7 +2,7 @@