Skip to content

Commit

Permalink
Make clear version number is for Annif
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Nov 20, 2023
1 parent e860927 commit 32be883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annif/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h2 v-if="problem.hasTitle()"><% problem.title %></h2>
<div class="row mb-5">
<div class="col-md-8">
<annif-textarea @text-changed="onTextChanged" @text-cleared="onTextCleared"></annif-textarea>
<span id="annif-version">v<% annif_version %></span>
<span id="annif-version">Annif v<% annif_version %></span>
</div>
<div class="col-md-4">
<div id="project-selection-wrapper">
Expand Down

0 comments on commit 32be883

Please sign in to comment.