summaryrefslogtreecommitdiffstats
path: root/docs/manual/developer/hooks.html.en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/developer/hooks.html.en')
-rw-r--r--docs/manual/developer/hooks.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/developer/hooks.html.en b/docs/manual/developer/hooks.html.en
index 1a15985544..090eb85b4e 100644
--- a/docs/manual/developer/hooks.html.en
+++ b/docs/manual/developer/hooks.html.en
@@ -162,7 +162,7 @@ ret=ap_run_do_something(r, n);</pre>
<p>Include the appropriate header, and define a static function
of the correct type:</p>
- <pre class="prettyprint lang-c">static int my_something_doer(request_rec *r, int n)<br />
+ <pre class="prettyprint lang-c">static int my_something_doer(request_rec *r, int n)
{
...
return OK;