From bd15133e2b11b89b3b855228d53b45bbb3f9d53f Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Fri, 31 Aug 2012 07:03:15 +0200 Subject: [PATCH] Also convert from STRING_8 to URI_TEMPLATE (not only from READABLE_STRING_8) --- library/text/parser/uri_template/src/uri_template.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/text/parser/uri_template/src/uri_template.e b/library/text/parser/uri_template/src/uri_template.e index 1a7587d5..b1bc3a4a 100644 --- a/library/text/parser/uri_template/src/uri_template.e +++ b/library/text/parser/uri_template/src/uri_template.e @@ -24,7 +24,7 @@ create {URI_TEMPLATE} make_from_uri_template convert - make ({READABLE_STRING_8}) + make ({READABLE_STRING_8, STRING_8}) feature {NONE} -- Initialization