Umstellung auf Thymeleaf: Schritt 3 - Versucht, das Projet umzustellen
[website] / src / main / webapp / WEB-INF / templates / about.jsp
index 2360f2f..cc3f87f 100644 (file)
@@ -1,16 +1,12 @@
 <%@page contentType="text/html;charset=UTF-8"%>
 <%@page pageEncoding="UTF-8"%>
 <%@page session="false" %>
-<%@taglib uri="http://www.springframework.org/tags" prefix="s"%>
-<s:url var="base" value="/" />
 <aside class="m">
   <h1>What the f*#!@ is an <em>Impressum</em> ?!?</h1>
   The german law enforces the so called <em>Impressum</em> to enable
   customers to easily find out all juristically relevant informations
   about the company, that rules a site.
   <h1>Find out more...</h1>
-  If you just want to
-  <a href="${base}about.html" title="Learn more about juplo now">learn more about juplo</a>,
-  you should better
+  If you just want to learn more about juplo you should better
   <a href="${base}about.html" title="Learn more about juplo now">visit our about-pages</a>.
 </aside>