mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
fix: published :url :many property values
doesn't display multiple urls correctly. Fixes https://test.logseq.com/#/page/697a675f-33ba-4cee-a4c1-adca385c714a
This commit is contained in:
2
deps/publish/src/logseq/publish/render.cljs
vendored
2
deps/publish/src/logseq/publish/render.cljs
vendored
@@ -268,7 +268,7 @@
|
||||
(and uuid graph-uuid (publish-model/page-entity? entity))
|
||||
[[:a.page-ref {:href (str "/page/" graph-uuid "/" uuid)} title]]
|
||||
(common-util/url? title)
|
||||
[:a {:href title} title]
|
||||
[[:a {:href title} title]]
|
||||
:else
|
||||
[title])))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user