From 66ac157c122f588f0ccee7a25f9c1d230db8a94c Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Sun, 21 Sep 2014 22:51:26 -0400 Subject: [PATCH] Use single quotes for
 (easier to read)

Change-Id: Ib666f56471fc8ea7dac36367c962788d1a304100
---
 common/ScribuntoContent.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/ScribuntoContent.php b/common/ScribuntoContent.php
index 920db007..a7d15586 100644
--- a/common/ScribuntoContent.php
+++ b/common/ScribuntoContent.php
@@ -146,7 +146,7 @@ class ScribuntoContent extends TextContent {
 
 		// No GeSHi, or GeSHi can't parse it, use plain 
 		$output->setText( $output->getText() .
-			"
\n" .
+			"
\n" .
 			htmlspecialchars( $text ) .
 			"\n
\n" );