|
|
@@ -347,7 +347,7 @@
|
|
|
chosen (:block/title chosen-result)
|
|
|
class? (and db-based? hashtag?
|
|
|
(or (string/includes? chosen (str (t :new-tag) " "))
|
|
|
- (ldb/class? (db/get-page chosen))))
|
|
|
+ (ldb/class? chosen-result)))
|
|
|
chosen (-> chosen
|
|
|
(string/replace-first (str (t :new-tag) " ") "")
|
|
|
(string/replace-first (str (t :new-page) " ") ""))
|