optical fix

This commit is contained in:
olli 2023-10-06 16:46:01 +02:00
parent e0f9e61ea1
commit 4bcbf012e9

View File

@ -164,8 +164,8 @@ function webpage {
<td>${CURRENCY} Quantity</td> <td>${CURRENCY} Quantity</td>
<td>${CURRENCY} Price</td> <td>${CURRENCY} Price</td>
<td>Commission</td> <td>Commission</td>
<td>Comment</td></tr> <td>Comment</td>
<td>Chart</td>" >>../index.html.tmp <td>Chart</td></tr>" >>../index.html.tmp
local f_trade_file local f_trade_file
for f_trade_file in $(ls -t trade-histories/trade-*-open.history.csv 2>/dev/null) for f_trade_file in $(ls -t trade-histories/trade-*-open.history.csv 2>/dev/null)