From f15fa1c63557d311538159a9c71d1a8015822aee Mon Sep 17 00:00:00 2001
From: Shish <shish@shishnet.org>
Date: Mon, 12 Mar 2012 15:06:07 +0000
Subject: [PATCH 1/2] a newline so source is less cramped

---
 core/basethemelet.class.php | 2 +-
 core/block.class.php        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/basethemelet.class.php b/core/basethemelet.class.php
index e1ca4b13..ac052ca8 100644
--- a/core/basethemelet.class.php
+++ b/core/basethemelet.class.php
@@ -45,7 +45,7 @@ class BaseThemelet {
 
 		return '<a href="'.$h_view_link.'" class="thumb">'.
 		       '<img id="thumb_'.$i_id.'" title="'.$h_tip.'" alt="'.$h_tip.'" height="'.$tsize[1].'" width="'.$tsize[0].'" src="'.$h_thumb_link.'">'.
-			   '</a>';
+			   "</a>\n";
 	}
 
 
diff --git a/core/block.class.php b/core/block.class.php
index 1c33aed7..6a2844cb 100644
--- a/core/block.class.php
+++ b/core/block.class.php
@@ -55,7 +55,7 @@ class Block {
 		$h_toggler = $hidable ? " shm-toggler" : "";
 		if(!is_null($h)) $html .= "<h3 data-toggle-sel='#$i' class='$h_toggler'>$h</h3>";
 		if(!is_null($b)) $html .= "<div class='blockbody'>$b</div>";
-		$html .= "</section>";
+		$html .= "</section>\n";
 		return $html;
 	}
 }

From 05f8d0d23e39df432b7d756ff10fbbfe8685091d Mon Sep 17 00:00:00 2001
From: Shish <shish@shishnet.org>
Date: Mon, 12 Mar 2012 15:43:18 +0000
Subject: [PATCH 2/2] justify~

---
 ext/index/style.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ext/index/style.css b/ext/index/style.css
index 7c9e1586..a709965f 100644
--- a/ext/index/style.css
+++ b/ext/index/style.css
@@ -5,4 +5,5 @@
 	box-shadow: none;
 	margin: 0px;
 	padding: 0px;
+	text-align: justify;
 }