Solved some sorting errors with the servlet version.
Also if the service parameter thdlBanner=anything is sent, the THDL's java script menu is displayed (if it is running on the thdl server). There is still a bug. Menu goes away when pressing "translate" button. See: http://iris.lib.virginia.edu/tibetan/servlet/org.thdl.tib.scanner.OnLineScannerFilter?thdlBanner=on
This commit is contained in:
parent
e42d76b3b8
commit
07fbbcaf45
4 changed files with 88 additions and 14 deletions
|
@ -339,7 +339,7 @@ outAHere:
|
|||
*/
|
||||
|
||||
fin = init+1;
|
||||
while (true)
|
||||
while (fin < linea.length())
|
||||
{
|
||||
ch = linea.charAt(fin);
|
||||
if (endOfParagraphMarks.indexOf(ch)>=0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue