Skip to content

Commit c625723

Browse files
authored
Merge pull request #22 from meaningfy-ws/feature/improvements
Have a better profile-agnostic report introduction
2 parents 0dbd404 + 738ffe5 commit c625723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dqgen/resources/html_templates/main.jinja2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% block content %}
55
{% endraw %}
66
<p>This report is automatically generated from the {% raw %}{{ conf.dataset_name }}{% endraw %} RDF dataset on <time>{% raw %}{{ conf.timestamp }}{% endraw %}</time>
7-
and aims at presenting the difference between two versions of an authority table following {% raw %}{{ conf.application_profile }}{% endraw %} application profile.</p>
7+
and aims at presenting the difference between two versions of an RDFS/OWL vocabulary following the {% raw %}{{ conf.application_profile }}{% endraw %} application profile.</p>
88
<p>Report details</p>
99
<p><strong>Dataset used: </strong> {% raw %}{{ conf.dataset_name }}{% endraw %}</p>
1010
<p><strong>Time: </strong> {% raw %}{{ conf.timestamp }}{% endraw %}</p>
@@ -30,4 +30,4 @@
3030
{% endfor %}
3131
{% raw %}
3232
{% endblock %}
33-
{% endraw %}
33+
{% endraw %}

0 commit comments

Comments
 (0)