From c9ff3d5495b0229d837fa0ec23486cc7b6b191d0 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 28 Dec 2012 13:13:14 +0100 Subject: o Listing builds on the person view. --- .../webapp/WEB-INF/tags/common/head-element.tagx | 36 ---------------------- src/main/webapp/WEB-INF/tags/common/head.tagx | 36 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 src/main/webapp/WEB-INF/tags/common/head-element.tagx create mode 100644 src/main/webapp/WEB-INF/tags/common/head.tagx (limited to 'src/main/webapp/WEB-INF') diff --git a/src/main/webapp/WEB-INF/tags/common/head-element.tagx b/src/main/webapp/WEB-INF/tags/common/head-element.tagx deleted file mode 100644 index bb8804c..0000000 --- a/src/main/webapp/WEB-INF/tags/common/head-element.tagx +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - <c:if test="${not empty title }">${title } - </c:if>Yeah - - - - - - - - - - - - - - - diff --git a/src/main/webapp/WEB-INF/tags/common/head.tagx b/src/main/webapp/WEB-INF/tags/common/head.tagx new file mode 100644 index 0000000..2384b20 --- /dev/null +++ b/src/main/webapp/WEB-INF/tags/common/head.tagx @@ -0,0 +1,36 @@ + + + + + + + + + <c:if test="${not empty title }">${title } - </c:if>Yeah + + + + + + + + + + + + + + + -- cgit v1.2.3