Änderungen

Zur Navigation springen Zur Suche springen
18 Bytes hinzugefügt ,  19:17, 19. Dez. 2021
keine Bearbeitungszusammenfassung
Zeile 35: Zeile 35:  
     -- display
 
     -- display
 
     local n = 1
 
     local n = 1
     while n <= table.getn(a)  
+
     while n <= table.getn(AuthorsSorted)  
 
     do
 
     do
     ReturnString = ReturnString .. Authors[n] .. "<br>"
+
     ReturnString = ReturnString .. AuthorsSorted[n] .. "<br>"
 
     n = n +1  
 
     n = n +1  
 
     end
 
     end

Navigationsmenü