Skip to content

Commit

Permalink
Changed tabulation to white space characters
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelvaara committed Feb 1, 2024
1 parent c46c821 commit f81b3eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/view/about-info.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{# This is the template for the about page. You can enter any html here and show different language versions by using the lang value in a twig conditional as demonstrated below. #}
{% block content %}
<div id="about-content">
{% if request.lang == 'fi' %}
{% if request.lang == 'fi' %}
<h2>Tietoja sanastoselaimesta</h2>
<p>Skosmos on web-pohjainen sanasto ja ontologiaselain.</p>
<a href="http://github.com/NatLibFi/Skosmos">Skosmos GitHub-repositorio</a>
Expand All @@ -13,6 +13,6 @@
<h4>About</h4>
<p>Skosmos is a web based open source ontology browser.</p>
<a href="http://github.com/NatLibFi/Skosmos">Skosmos GitHub repository</a>
{% endif %}
{% endif %}
</div>
{% endblock %}

0 comments on commit f81b3eb

Please sign in to comment.