Register new snapshots

This commit is contained in:
Alex Crichton
2014-06-14 11:03:34 -07:00
parent 6d8342f5e9
commit 89b0e6e12b
94 changed files with 321 additions and 841 deletions

View File

@@ -179,7 +179,7 @@ impl fmt::Show for Toc {
// recursively format this table of contents (the
// `{children}` is the key).
try!(write!(fmt,
"\n<li><a href=\"\\#{id}\">{num} {name}</a>{children}</li>",
"\n<li><a href=\"#{id}\">{num} {name}</a>{children}</li>",
id = entry.id,
num = entry.sec_number, name = entry.name,
children = entry.children))