Skip to content

Commit

Permalink
fix misisng close tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Dec 8, 2020
1 parent 144fcd4 commit 5af91bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/default-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
provides researchers with online training materials, connects them with local trainers, and helps promoting open data analysis practices worldwide.
</p>
{% include _includes/license.html %}
<p>This is revision <a href="https://github.com/galaxyproject/training-material/commit/{{ site.git_revision }}">{{ site.git_revision }}</p>
<p>This is revision <a href="https://github.com/galaxyproject/training-material/commit/{{ site.git_revision }}">{{ site.git_revision }}</a></p>
</div>
</footer>

0 comments on commit 5af91bd

Please sign in to comment.