From 62e0be55ab8551a8032d33d50a6febf1d33e9911 Mon Sep 17 00:00:00 2001
From: Josh Eldridge <dev@beckonandmuse.com>
Date: Mon, 7 Apr 2014 13:45:45 +0000
Subject: [PATCH] Fix typo on landing.yaml

---
 include/i18n/en_US/templates/page/landing.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/i18n/en_US/templates/page/landing.yaml b/include/i18n/en_US/templates/page/landing.yaml
index e67953392..ceedc21a3 100644
--- a/include/i18n/en_US/templates/page/landing.yaml
+++ b/include/i18n/en_US/templates/page/landing.yaml
@@ -5,13 +5,13 @@
 # the two links for creating new tickets and viewing ticket status.
 #
 ---
-notes: |
-    The Landing Page refers to the content on the  of the Customer Portal's
+notes: >
+    The Landing Page refers to the content of the Customer Portal's
     intial view. The template modifies the content seen above the two links
     <strong>Open a New Ticket</strong> and <strong>Check Ticket Status</strong>.
 
 name: Landing
-body: |
+body: >
     <h1>Welcome to the Support Center</h1>
     <p>
     In order to streamline support requests and better serve you, we utilize
-- 
GitLab