dynarex-blog 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/dynarex-blog.rb +1 -1
- metadata +1 -1
data/lib/dynarex-blog.rb
CHANGED
@@ -196,7 +196,7 @@ class DynarexBlog
|
|
196
196
|
x1 = (number - 1) * 10
|
197
197
|
x2 = x1 + 9
|
198
198
|
|
199
|
-
lookup_a = @hc_lookup_a.read(@current_lookup + number) {XPath.match(doc.root,'records/entry')}
|
199
|
+
lookup_a = @hc_lookup_a.read(@current_lookup + number.to_s) {XPath.match(doc.root,'records/entry')}
|
200
200
|
a = lookup_a.reverse[x1..x2]
|
201
201
|
|
202
202
|
|