From 8f453fd9697e7183c4a0f8d2d25f34919fb2ca03 Mon Sep 17 00:00:00 2001
From: Eduardo Junior <edujrrib@gmail.com>
Date: Thu, 4 Feb 2016 23:46:48 -0200
Subject: [PATCH] =?UTF-8?q?Altera=20cabe=C3=A7alho=20das=20aplica=C3=A7?=
 =?UTF-8?q?=C3=B5es=20shiny?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Retira o subtítulo inutilizado e altera o endereço web da logo iguir2
---
 shiny/template.R | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shiny/template.R b/shiny/template.R
index bf5509d..4c614d2 100644
--- a/shiny/template.R
+++ b/shiny/template.R
@@ -56,11 +56,11 @@ h2.iguir {
        <h1 class = 'iguir'>
        Interactive Graphical User Interface with R - IGUIR
        </h1>
-       <h2 class = 'iguir'>", title, "
+       <h2 class = 'iguir'>", "", "
        </h2>
    </td>
    <td class = 'iguir' align='right'> 
-       <img src = 'http://200.17.213.89/~eduardo/images/iguir2.svg' height = '128' width = '128'> </img> 
+       <img src = 'http://200.17.213.89/~iguir/iguir2.svg' height = '96' width = '96'> </img> 
    </td>  
 </table>", sep = "\n")
 }
-- 
GitLab