diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 21:47:23 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 21:47:23 -0400 |
| commit | 802794fcc585bbb6533c52b6a4c646829bd07b4d (patch) | |
| tree | 384e6233ef9ad1b386305183a5aecea56a356530 /data | |
| parent | 89f8c33e5a87e3c6c8d814493dfdab761c24cc46 (diff) | |
| download | phorkie-802794fcc585bbb6533c52b6a4c646829bd07b4d.tar.gz phorkie-802794fcc585bbb6533c52b6a4c646829bd07b4d.zip | |
FIX: Files without eol
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/display-sidebar-history.htm | 2 | ||||
| -rw-r--r-- | data/templates/new.htm | 2 | ||||
| -rw-r--r-- | data/templates/pager.htm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/display-sidebar-history.htm b/data/templates/display-sidebar-history.htm index b3ef9df..bf38884 100644 --- a/data/templates/display-sidebar-history.htm +++ b/data/templates/display-sidebar-history.htm @@ -15,4 +15,4 @@ {% else %} <p>No commits yet</p> {% endfor %} -</ul>
\ No newline at end of file +</ul> diff --git a/data/templates/new.htm b/data/templates/new.htm index 5b75bba..89c2fe0 100644 --- a/data/templates/new.htm +++ b/data/templates/new.htm @@ -37,4 +37,4 @@ $(document).ready(function() { {% endfor %} </ul> {% endif %} -{% endblock %}
\ No newline at end of file +{% endblock %} diff --git a/data/templates/pager.htm b/data/templates/pager.htm index 085a281..9be2b9f 100644 --- a/data/templates/pager.htm +++ b/data/templates/pager.htm @@ -45,4 +45,4 @@ {% endif %} </ul> </div> -{% endif %}
\ No newline at end of file +{% endif %} |
