Skip to content

Commit

Permalink
fixed version display
Browse files Browse the repository at this point in the history
  • Loading branch information
ma4nn committed Apr 2, 2024
1 parent 925ce45 commit 52c647b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SankeyChart.lua
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function WriteTail (account)
end

write_line('<div id="chart-container"></div>')
write_line('<footer class="text-center text-opacity-25 text-secondary p-3"><small>Dieser Bericht wurde am ' .. os.date('%d.%m.%Y %H:%M:%S') .. ' Uhr mit der MoneyMoney Extension <a href="https://github.com/ma4nn/moneymoney-sankey" target="_blank" class="text-opacity-25 text-secondary">moneymoney-sankey</a> Version v' .. string.format('%.2f', version) .. ' generiert.</small></footer>')
write_line('<footer class="text-center text-opacity-25 text-secondary p-3"><small>Dieser Bericht wurde am ' .. os.date('%d.%m.%Y %H:%M:%S') .. ' Uhr mit der MoneyMoney Extension <a href="https://github.com/ma4nn/moneymoney-sankey" target="_blank" class="text-opacity-25 text-secondary">moneymoney-sankey</a> Version v' .. version .. ' generiert.</small></footer>')

local html = [[
<script type="module">
Expand Down

0 comments on commit 52c647b

Please sign in to comment.