From bdf20b225b1e8c5f5f37e9e9a2c52854c2789b03 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 10 Aug 2017 06:23:36 -0400 Subject: a couple of small fixes --- src/sdp/meta/rgx.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sdp/meta/rgx.d') diff --git a/src/sdp/meta/rgx.d b/src/sdp/meta/rgx.d index 135f923..90cf116 100644 --- a/src/sdp/meta/rgx.d +++ b/src/sdp/meta/rgx.d @@ -39,7 +39,7 @@ static template SiSUrgxInit() { static comments = ctRegex!(`^%+ |^%+$`); /+ header +/ static make_simple_substitutions_rb = ctRegex!(`(?P/(?P.+?)/,[ ]*['"](?P.+?)['"])`); - static make_simple_substitutions_d = ctRegex!(`(?P``(?P.+?)``,[ ]*['"](?P.+?)['"])`); + static make_simple_substitutions_d = ctRegex!(`(?P` ~ '`' ~ `(?P.+?)` ~ '`' ~ `,[ ]*['"](?P.+?)['"])`); /+ header +/ static main_headers = ctRegex!(`^(?:creator|title|rights|date|original|classify|identifier|notes|publisher|make|links)$`, "m"); -- cgit v1.2.3