summaryrefslogtreecommitdiff
path: root/parser/artoftea.fnl
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2024-10-09 10:49:36 +0600
committerunwox <me@unwox.com>2024-10-09 10:52:40 +0600
commitddc11ff1cc31f17ff46523a649917940357825b5 (patch)
treeea4d1c59382471ca78567e8422a5e661540f79b9 /parser/artoftea.fnl
parent469a210832d2e89038a8732414aafe42f928a14f (diff)
small fixes in parsers
Diffstat (limited to 'parser/artoftea.fnl')
-rw-r--r--parser/artoftea.fnl8
1 files changed, 4 insertions, 4 deletions
diff --git a/parser/artoftea.fnl b/parser/artoftea.fnl
index b1a8c72..1b8b6e1 100644
--- a/parser/artoftea.fnl
+++ b/parser/artoftea.fnl
@@ -30,10 +30,10 @@
(parser.tag :option {:value "*" :selected "selected"}
(* (peg.Cg parser.pegs.number :weight) (+ (peg.P "г") " гр")
parser.pegs.spaces)))
- (parser.anywhere
- (parser.tag :p {:class "price"}
- (parser.tag :span {:id "*"}
- (peg.Cg (parser.till "</span>") :price)))))
+ (parser.anywhere
+ (parser.tag :p {:class "price"}
+ (parser.tag :span {:id "*"}
+ (peg.Cg (parser.till "</span>") :price)))))
(parser.anywhere
(parser.tag :p {:class "price"}
(parser.tag :span {:id "*"}