Small version correction, replace <span> by <a> V00.03
authorymh <ymh.work@gmail.com>
Mon, 18 Mar 2013 02:32:06 +0100
changeset 99 1aa1cf8702e6
parent 98 45360c0457ef
child 100 201ff9b27529
Small version correction, replace <span> by <a>
server/src/main/webapp/WEB-INF/templates/projectIndex.html
--- a/server/src/main/webapp/WEB-INF/templates/projectIndex.html	Mon Mar 18 02:23:55 2013 +0100
+++ b/server/src/main/webapp/WEB-INF/templates/projectIndex.html	Mon Mar 18 02:32:06 2013 +0100
@@ -18,7 +18,7 @@
     <body>
       <div id="container">
         <div id="wrapper">
-        	<h1><span th:text="#{renkanIndex.renkan_space}"><a href="renkanIndex.html" th:href="@{'/'}" id="home-link">Renkan Space</a></span>: <span th:text="${space.title}">Titre</span></h1>
+        	<h1><a href="renkanIndex.html" th:href="@{'/'}" id="home-link" th:text="#{renkanIndex.renkan_space}">Renkan Space</a>: <span th:text="${space.title}">Titre</span></h1>
             <div id="inner">
                 <div id="label" class="translate" th:text="#{renkanIndex.renkan_exp}">Create a Renkan</div> 
                 <form action="#" onsubmit="go2Title();return false;">