Änderungen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Zeile 29: Zeile 29:  
     while i <= table.getn(AuthorList)  
 
     while i <= table.getn(AuthorList)  
 
     do
 
     do
     ReturnString = ReturnString .. AuthorList[i] .. ("<br>")
+
     ReturnString = ReturnString .. AuthorList[i] .. "<br>"
 
     i = i +1  
 
     i = i +1  
 
     end
 
     end
 
      
 
      
   
  −
   
  −
   
     return ReturnString
 
     return ReturnString
 
end
 
end
    
return p
 
return p

Navigationsmenü