From b7d4be584ab43a7bf1f07df97a3197915450a695 Mon Sep 17 00:00:00 2001 From: Silumesii Maboshe <silumesii@pencilcasestudios.com> Date: Fri, 7 Oct 2011 05:59:34 +0200 Subject: [PATCH] For consistency, updated rendered 'pre' in docs to '<pre>' in the 'Presenting code' section. --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 86ed2521a5..e5d1c56aef 100644 --- a/docs/index.html +++ b/docs/index.html @@ -630,7 +630,7 @@ <h1>Heading</h1> <p>Something right here...</p> </div></pre> - <p><strong>Note:</strong> Be sure to keep code within <code>pre</code> tags as close to the left as possible; it will render all tabs.</p> + <p><strong>Note:</strong> Be sure to keep code within <code><pre></code> tags as close to the left as possible; it will render all tabs.</p> </td> </tr> <tr> -- GitLab