diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 85cd06eef..a0249918b 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -1,4 +1,4 @@ -
+

<%= l(:label_welcome_trustie) %> , <%= l(:label_welcome_trustie_description) %> @@ -76,7 +76,7 @@ } $(function(){ - $("a").attr("target", "_blank"); + $("#main").find("a").attr("target", "_blank"); }); function showInfo(id, content) {