Fix: use count instead of length in analyzer.sx

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 12:33:04 +00:00
parent 0191948b6e
commit a06400370a

View File

@@ -18,7 +18,7 @@
:cls "text-violet-600") :cls "text-violet-600")
(~analyzer-stat :label "Total Macros" :value (str total-macros) (~analyzer-stat :label "Total Macros" :value (str total-macros)
:cls "text-stone-600") :cls "text-stone-600")
(~analyzer-stat :label "Pages Analyzed" :value (str (length pages)) (~analyzer-stat :label "Pages Analyzed" :value (str (count pages))
:cls "text-green-600")) :cls "text-green-600"))
(~doc-section :title "Per-Page Bundles" :id "bundles" (~doc-section :title "Per-Page Bundles" :id "bundles"