Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ug/ug.go
diff options
context:
space:
mode:
Diffstat (limited to 'ug/ug.go')
-rw-r--r--ug/ug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ug/ug.go b/ug/ug.go
index 65e9ab8e..36e7d80b 100644
--- a/ug/ug.go
+++ b/ug/ug.go
@@ -156,7 +156,7 @@ func (ug *ug) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, ug.Percent[0])
+ b = append(b, ug.percent...)
return b
}