From dbb9c3249dc905edb5d7ad6f9123d12a9659ed06 Mon Sep 17 00:00:00 2001 From: "Silas S. Brown" <ssb22@cam.ac.uk> Date: Wed, 15 May 2019 08:02:24 +0100 Subject: [PATCH] Update Annotator Generator --- annogen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/annogen.py b/annogen.py index a75583d..f770017 100755 --- a/annogen.py +++ b/annogen.py @@ -1455,6 +1455,7 @@ def jsAnnot(alertStr,xtraDecls,textWalkInit,annotScan,case3,postFixCond=""): /* 3. Batch-fix any damage we did to existing ruby. Keep new title (at least for first word); normalise the markup so our 3-line option still works. + (TODO: this throws away hints at glossfile middle column e.g. chai1 vs cha4. But only for the gloss line, and we do have an 'incomplete' warning. Passing context in to every annotation call in an existing ruby could slow things down considerably.) Also ensure all ruby is space-separated like ours, so our padding CSS overrides don't give inconsistent results */ if(nf) { ++subfixes; -- GitLab