Ticket #62 (closed defect: fixed)
Little bug in bin/mrtg
| Reported by: | human | Owned by: | somebody |
|---|---|---|---|
| Version: | 2.x | Keywords: | |
| Cc: |
Description
There is a little bug in bin/mrtg in the line 1648, which prevent most translations to work right.
Instead of
<h2>".&$LOC("$sample{$peri}")." ".&$LOC("Average)")."</h2>
must be
<h2>".&$LOC("$sample{$peri}").&$LOC(" Average)")."</h2>
Change History
Note: See
TracTickets for help on using
tickets.


Thanks, fix is in r316