summaryrefslogtreecommitdiff
path: root/transpiler/transpiler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'transpiler/transpiler.cpp')
-rw-r--r--transpiler/transpiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/transpiler/transpiler.cpp b/transpiler/transpiler.cpp
index 3f2a006..5c1de66 100644
--- a/transpiler/transpiler.cpp
+++ b/transpiler/transpiler.cpp
@@ -14,7 +14,7 @@ struct InnerCategory {
if (isLabel) {
sb.format("\t\t\t\t\t<li><label>%s</label></li>\n", label.getValue());
} else {
- sb.format("\t\t\t\t\t<li><a href=\"%s\">%s</a></li>\n", path.getValue(), label.getValue());
+ sb.format("\t\t\t\t\t<li><a title=\"%s\" href=\"%s\">%s</a></li>\n", path.getValue(), path.getValue(), label.getValue());
}
}