Skip to content

Commit 79d8359

Browse files
committed
title as home-link
1 parent e0aeed4 commit 79d8359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/WEB-INF/views/home.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link href="<c:url value="/resources/jqueryui/1.8/themes/base/jquery.ui.all.css" />" rel="stylesheet" type="text/css"/>
88
</head>
99
<body>
10-
<h1>spring-mvc-showcase</h1>
10+
<h1><a href="<c:url value="/"/>">spring-mvc-showcase</a></h1>
1111
<p>Recommended: Using a Web Developer tool such a Firebug to inspect the client/server interaction</p>
1212
<div id="tabs">
1313
<ul>

0 commit comments

Comments
 (0)