From 9edac1ac3f8eadafaaa8f275227eec991b787194 Mon Sep 17 00:00:00 2001 From: Dimitri Mitropoulos Date: Fri, 24 May 2019 20:43:48 -0400 Subject: [PATCH] typo: code for "Detected" token --- yeast2html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yeast2html b/yeast2html index 6f5a8b5..afc657d 100755 --- a/yeast2html +++ b/yeast2html @@ -50,7 +50,7 @@ my $code2class = { o => { code => 'o', type => 'end', title => "Document" }, '!' => { code => '!', type => 'error', title => "Error" }, '-' => { code => '-', type => 'text', title => "Unparsed" }, - '$' => { code => '-', type => 'text', title => "Detected" }, + '$' => { code => '$', type => 'text', title => "Detected" }, '~' => { code => '~', type => 'text', title => "Empty" } };