summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-12-28 17:49:08 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-12-28 17:49:08 (GMT)
commit0b4b2d76e4cc8fcb85d9b3ad7252e676e5a1d784 (patch)
treedf53ec696262a51f2c8634edb9e276478cd0af43 /src/index.cpp
parente89eb77b14810649c679dc7d377ddb4e6a942d82 (diff)
downloadDoxygen-0b4b2d76e4cc8fcb85d9b3ad7252e676e5a1d784.zip
Doxygen-0b4b2d76e4cc8fcb85d9b3ad7252e676e5a1d784.tar.gz
Doxygen-0b4b2d76e4cc8fcb85d9b3ad7252e676e5a1d784.tar.bz2
Bug 745659 - The table in classes.html has no class attribute
Diffstat (limited to 'src/index.cpp')
-rw-r--r--src/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.cpp b/src/index.cpp
index 272e86f..15303c7 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -1901,7 +1901,7 @@ static void writeAlphabeticalClassList(OutputList &ol)
}
}
- ol.writeString("<table style=\"margin: 10px; white-space: nowrap;\" align=\"center\" width=\"95%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n");
+ ol.writeString("<table class=\"classindex\">\n");
// generate table
for (i=0;i<=maxRows;i++) // foreach table row
{