From 24921f18d4508d0b02edc735da0272774023c0a7 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sat, 24 Jul 2010 10:15:46 -0700
Subject: [PATCH] Minor formatting change.

---
 changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/changelog b/changelog
index b998f7641..ee7227ff1 100644
--- a/changelog
+++ b/changelog
@@ -402,13 +402,14 @@ pandoc (1.5)
     Resolves Issue #199.
 
   * LaTeX writer:
-	  + If book, report, or memoir documentclass, use \chapter{}
+
+    + If book, report, or memoir documentclass, use \chapter{}
       for first-level headers. Otherwise use \section{}.
     + Removed stLink, link template variable. Reason: we now always
       include hyperref in the template.
 
   * Latex template:
-	  + Only show \author if there are some.
+    + Only show \author if there are some.
     + Always include hyperref package. It is used not just for links but
       for toc, section heading bookmarks, footnotes, etc. Also added
       unicode=true on hyperref options.