Skip to content
Snippets Groups Projects
Commit e0ec9ae2 authored by echicken's avatar echicken :chicken:
Browse files

Fix whoopsiedoodle in last committeroo

parent a47ce702
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ function dir_index(dir) ...@@ -83,7 +83,7 @@ function dir_index(dir)
writeln("<table>"); writeln("<table>");
write("<thead>"); write("<thead>");
write("<tr align=left>"); write("<tr align=left>");
write("<th>Name</th>'); write("<th>Name</th>");
write("<th align=right>Size</th>"); write("<th align=right>Size</th>");
write("<th align=center>Date</th>"); write("<th align=center>Date</th>");
write("<th>Description</th>"); write("<th>Description</th>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment