From 1dabaade78a0f603224ba30dae5d2386416badf1 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Mon, 17 Apr 2017 13:33:04 +0000
Subject: [PATCH] #0 fix - Removed html entities

---
 securis/src/main/webapp/src/app/footer.component.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/securis/src/main/webapp/src/app/footer.component.html b/securis/src/main/webapp/src/app/footer.component.html
index 66f815b..2d0cfaf 100644
--- a/securis/src/main/webapp/src/app/footer.component.html
+++ b/securis/src/main/webapp/src/app/footer.component.html
@@ -1,6 +1,6 @@
 	<div layout="row" layout-align="start center" flex>
 		<div flex layout="row" layout-align="start center">v.  {{securisVersion}}</div>
-		<div flex layout="row" layout-align="center center"><a href="http://www.curistec.com/" target="_blank">CurisTec</a>&nbsp;©2017</div>
+		<div flex layout="row" layout-align="center center"><a href="http://www.curistec.com/" target="_blank">CurisTec</a> <span style="padding-left:10px;">©2017</span></div>
 		<div flex></div>
 	</div>
   
\ No newline at end of file

--
Gitblit v1.3.2