The annotate page takes in a value in the GET array of the form <table type>.<table modifier>:<record id>. The load_get method was changed to escape the ":", but in this instance I need the literal character as it's used as a delimiter within the method, so I added a str_replace to reverse that escape and allow the annotation page to work.