Skip to content

Commit 6b9e341

Browse files
committed
Remove "Reference Documentation" suffix
1 parent 918438a commit 6b9e341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-docs/src/main/template/style/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<span id='toggle-col1' class="toggle">(<a href="#" onclick="localToggle(); return false;">Quick Reference</a>)</span>
6464

6565
<div class="project">
66-
<h1>${title.encodeAsHtml()} - Reference Documentation</h1>
66+
<h1>${title.encodeAsHtml()}</h1>
6767
<p><strong>Authors:</strong> ${authors}</p>
6868
<p><strong>Version:</strong> ${version}</p>
6969
<% if (translators) { %>

0 commit comments

Comments
 (0)