From 68acbb9a0c7967cb90a7e3756fc94fdd8a73d154 Mon Sep 17 00:00:00 2001
From: Patrick Simianer <p@simianer.de>
Date: Wed, 29 Jan 2014 19:14:08 +0100
Subject: make use of nlp_ruby, LICENSE

---
 htmlentities | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'htmlentities')

diff --git a/htmlentities b/htmlentities
index ecbee3f..f3c2d34 100755
--- a/htmlentities
+++ b/htmlentities
@@ -2,10 +2,10 @@
 
 require 'htmlentities'
 
-
 STDIN.set_encoding 'utf-8'
 STDOUT.set_encoding 'utf-8'
 
+
 coder = HTMLEntities.new
 
 while line = STDIN.gets
-- 
cgit v1.2.3