diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-09 20:55:15 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-10 10:35:17 -0800 |
commit | 194d1007926e617bca106b8e2e94880e095808ee (patch) | |
tree | 11e5b298550265fd4d7bf3801bb969ca6fade284 /html/apps/dquotes.subx.html | |
parent | 0bcfe6e5cf11b27223eb5563315550ab5036f6c6 (diff) | |
download | mu-194d1007926e617bca106b8e2e94880e095808ee.tar.gz |
5881
Diffstat (limited to 'html/apps/dquotes.subx.html')
-rw-r--r-- | html/apps/dquotes.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/dquotes.subx.html b/html/apps/dquotes.subx.html index f6a880b6..5f588bd5 100644 --- a/html/apps/dquotes.subx.html +++ b/html/apps/dquotes.subx.html @@ -154,7 +154,7 @@ if ('onhashchange' in window) { <span id="L91" class="LineNr"> 91 </span> <span class="subxComment"># # TODO: When it was originally written dquotes ran before assort, so</span> <span id="L92" class="LineNr"> 92 </span> <span class="subxComment"># # it assumes lots of segment headers, and emits a new segment of its</span> <span id="L93" class="LineNr"> 93 </span> <span class="subxComment"># # own. We've since had to reorder the phases (see the explanation</span> -<span id="L94" class="LineNr"> 94 </span> <span class="subxComment"># # for a.assort2 in ntranslate). We could clean up a.assort2 if we</span> +<span id="L94" class="LineNr"> 94 </span> <span class="subxComment"># # for a.assort2 in translate_subx). We could clean up a.assort2 if we</span> <span id="L95" class="LineNr"> 95 </span> <span class="subxComment"># # conditionally emit the previous line. But this would require</span> <span id="L96" class="LineNr"> 96 </span> <span class="subxComment"># # teaching dquotes to parse segment headers, so maybe that's not</span> <span id="L97" class="LineNr"> 97 </span> <span class="subxComment"># # best..</span> |