Skip to content

Commit

Permalink
FORGE-1519: used freemarker macro
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 29, 2014
1 parent 78c6a93 commit 8434491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:ui="http://java.sun.com/jsf/facelets">

<h:head>
<title>#{empty pageTitle ? 'Page Title' : pageTitle}</title>
<title>${r"#{"}empty pageTitle ? 'Page Title' : pageTitle}</title>
<link rel="icon" href='${r"#{"}resource["favicon.ico"]}' />
<h:outputStylesheet name="bootstrap.css" />
<h:outputStylesheet name="forge-style.css" />
Expand Down

0 comments on commit 8434491

Please sign in to comment.