You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by ti...@apache.org on 2019/11/28 20:27:43 UTC

[db-jdo-site] branch master updated: Fix LF/CR

This is an automated email from the ASF dual-hosted git repository.

tilmannz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 31fdd07  Fix LF/CR
31fdd07 is described below

commit 31fdd07388b636d64e756783cd763a768c6a8d6c
Author: Tilmann <zo...@gmx.de>
AuthorDate: Thu Nov 28 20:27:28 2019 +0000

    Fix LF/CR
---
 .gitattributes                      | 1 +
 src/main/template/document.html.erb | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.gitattributes b/.gitattributes
index dfe0770..8b3eda3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,3 @@
 # Auto detect text files and perform LF normalization
 * text=auto
+*.erb text=auto
diff --git a/src/main/template/document.html.erb b/src/main/template/document.html.erb
index 9b42983..3e43bae 100644
--- a/src/main/template/document.html.erb
+++ b/src/main/template/document.html.erb
@@ -217,3 +217,4 @@
 </footer>
 </body>
 </html>
+