Counter html
-
I found a bug in the counter html, a space is missing between the word ‘of’ and the total number of images:
<span class=”mfp-counter”>%curr% ‘ + pixproof.l10n.ofCounter + ‘%total%</span>
should be
<span class=”mfp-counter”>%curr% ‘ + pixproof.l10n.ofCounter + ‘ %total%</span>
in pixproof/js/public.js
Please fix it in next release!
- The topic ‘Counter html’ is closed to new replies.