From c8a93458903f1ff5aff455df17e955c2320b36d3 Mon Sep 17 00:00:00 2001
From: Holden Rohrer <hdawg7797@yahoo.com>
Date: Mon, 12 Aug 2019 01:36:39 -0400
Subject: bugfix

---
 mla8.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mla8.tex b/mla8.tex
index 5cf9ce9..b1e9b5a 100644
--- a/mla8.tex
+++ b/mla8.tex
@@ -86,8 +86,8 @@
 \noindent\@clas \par
 \noindent\@date \par
 }
-\def\titlespacing{} \def\spaceaftertitle{\def\titlespacing{\bigskip}} %gives the option of adding a large space after the title
-\def\title#1{\line{\hfil \large #1 \hfil} \titlespacing}
+\def\titlespacing{\par} \def\spaceaftertitle{\def\titlespacing{\bigskip}} %gives the option of adding a large space after the title
+\def\title#1{{\large \line{\hfil #1 \hfil} \titlespacing}}
 
 %%running header
 
-- 
cgit