PDFBOX-3330: fix typo in website footer
diff --git a/content/_layouts/default.html b/content/_layouts/default.html
index 657485a..eefd581 100644
--- a/content/_layouts/default.html
+++ b/content/_layouts/default.html
@@ -157,7 +157,7 @@
<!-- nothing in here on purpose -->
</div>
<div class="span9">
- <p>Copyright © 2009–{{ site.time | date: '%Y' }} <a href="https://www.apache.org/">The Apache Software Foundation</a>, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+ <p>Copyright © 2009–{{ site.time | date: '%Y' }} <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
<br/>Apache PDFBox, PDFBox, Apache, the Apache feather logo and the Apache PDFBox project logos are trademarks of The Apache Software Foundation.</p>
</div>
</div>