diff options
Diffstat (limited to 'mod/mod-package-version-details.cxx')
-rw-r--r-- | mod/mod-package-version-details.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-package-version-details.cxx b/mod/mod-package-version-details.cxx index 80a87ef..ccd81c5 100644 --- a/mod/mod-package-version-details.cxx +++ b/mod/mod-package-version-details.cxx @@ -243,7 +243,7 @@ handle (request& rq, response& rs) } else if (p->internal ()) { - path u (root / path (ename)); + dir_path u (root / dir_path (ename)); s << A(HREF=u) << dname << ~A; if (dcon) |