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
diff options
context:
space:
mode:
Diffstat (limited to 'sr_Cyrl/sr_Cyrl.go')
-rw-r--r--sr_Cyrl/sr_Cyrl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sr_Cyrl/sr_Cyrl.go b/sr_Cyrl/sr_Cyrl.go
index 2d11673c..271e3f4a 100644
--- a/sr_Cyrl/sr_Cyrl.go
+++ b/sr_Cyrl/sr_Cyrl.go
@@ -176,7 +176,7 @@ func (sr *sr_Cyrl) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, sr.Percent[0])
+ b = append(b, sr.percent...)
return b
}