1 files changed, 1 insertions, 1 deletions
diff --git a/develop/log_contexts.html b/develop/log_contexts.html
index e1762ef25f..f1cdfc489c 100644
--- a/develop/log_contexts.html
+++ b/develop/log_contexts.html
@@ -196,7 +196,7 @@ the current log context (as well as providing the <code>LoggingContextFilter</co
class).</p>
<p>Deferreds make the whole thing complicated, so this document describes
how it all works, and how to write code which follows the rules.</p>
-<p>##Logcontexts without Deferreds</p>
+<h2 id="logcontexts-without-deferreds"><a class="header" href="#logcontexts-without-deferreds">Logcontexts without Deferreds</a></h2>
<p>In the absence of any Deferred voodoo, things are simple enough. As with
any code of this nature, the rule is that our function should leave
things as it found them:</p>
|