Commit 781d1181bbfd66713e0ad0dd66fe835ec254236d
1 parent
bb377120
fix broken i18n tag.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5847 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/document/transaction_history.smarty
| ... | ... | @@ -18,7 +18,7 @@ |
| 18 | 18 | {foreach item=aTransactionRow from=$transactions} |
| 19 | 19 | <tr class="{cycle options=even,odd}"> |
| 20 | 20 | <td class="username">{$aTransactionRow.user_name}</td> |
| 21 | - <td class="action">{i18n}{$aTransactionRow.transaction_name}{i18n}</td> | |
| 21 | + <td class="action">{i18n}{$aTransactionRow.transaction_name}{/i18n}</td> | |
| 22 | 22 | <td class="date">{$aTransactionRow.datetime}</td> |
| 23 | 23 | <td class="contentversion">{$aTransactionRow.version}</td> |
| 24 | 24 | <td class="comment">{$aTransactionRow.comment}</td> | ... | ... |