summaryrefslogtreecommitdiffstats
path: root/modules-available
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available')
-rw-r--r--modules-available/dnbd3/templates/page-proxy-images.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/dnbd3/templates/page-proxy-images.html b/modules-available/dnbd3/templates/page-proxy-images.html
index 3ec4908c..54c18497 100644
--- a/modules-available/dnbd3/templates/page-proxy-images.html
+++ b/modules-available/dnbd3/templates/page-proxy-images.html
@@ -75,7 +75,7 @@
var genChunk = function(acc) {
var line;
if (acc !== false) {
- if (acc > 15) acc = 15; else acc = (acc + 0.49) | 0;
+ if (acc > 15) acc = 15; else acc = (acc + 0.5) | 0;
if (llast === acc) {
lcount++;
return '';