nysenate/OpenLegislation

Section Symbol Appearing as Superscript '3'

Closed this issue · 2 comments

For some statutes in the Laws JSON API, the section symbol is appearing as the number '3' in superscript. See, for example, CPL section 1.20 at: https://legislation.nysenate.gov/api/3/laws/CPL?full=true.

{
"lawId" : "CPL",
"lawName" : "Criminal Procedure",
"locationId" : "1.20",
//omitted
"text" : "³ 1.20 Definitions of terms of general use in this chapter...."

Good find, thanks for catching it! This should now be fixed for most law documents (such as CPL section 1.20), and will be fixed for the rest shorty.

This is now fixed for all law documents.