summaryrefslogtreecommitdiff
path: root/transpiler
diff options
context:
space:
mode:
Diffstat (limited to 'transpiler')
-rwxr-xr-xtranspiler/transpilerbin38744 -> 38744 bytes
-rw-r--r--transpiler/transpiler.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/transpiler/transpiler b/transpiler/transpiler
index 3dba1f8..5672fb4 100755
--- a/transpiler/transpiler
+++ b/transpiler/transpiler
Binary files differ
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());
}
}