From 527521b5028b1ad8dddf5d63f9d2a6222174e75a Mon Sep 17 00:00:00 2001 From: Silumesii Maboshe Date: Fri, 7 Oct 2011 05:56:45 +0200 Subject: [PATCH 1/3] Updated rendered '>html<' in docs to '' 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 292d919c0d..86ed2521a5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -621,7 +621,7 @@ <code> - In a line of text like this, your wrapped code will look like this >html< element. + In a line of text like this, your wrapped code will look like this <html> element. <pre> From b7d4be584ab43a7bf1f07df97a3197915450a695 Mon Sep 17 00:00:00 2001 From: Silumesii Maboshe Date: Fri, 7 Oct 2011 05:59:34 +0200 Subject: [PATCH 2/3] For consistency, updated rendered 'pre' in docs to '
' 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>
-

Note: Be sure to keep code within pre tags as close to the left as possible; it will render all tabs.

+

Note: Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.

From df773debab6ae36737d211020fe7010fba75319b Mon Sep 17 00:00:00 2001 From: Silumesii Maboshe Date: Fri, 7 Oct 2011 06:02:02 +0200 Subject: [PATCH 3/3] .gitignore update. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 496ee2ca6a..fa611d84b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.DS_Store \ No newline at end of file +*~ +.DS_Store +thumbs.db