diff options
Diffstat (limited to 'src/index.cpp')
-rw-r--r-- | src/index.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.cpp b/src/index.cpp index 966accc..42a0452 100644 --- a/src/index.cpp +++ b/src/index.cpp @@ -1388,7 +1388,7 @@ void writeAlphabeticalClassList(OutputList &ol) "<tr>" "<td><div class=\"ah\"> "); ol.writeString(s); - ol.writeString( " " + ol.writeString( " </div>" "</td>" "</tr>" "</table>\n"); |