Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
saem_ref
Commits
936c767da63c
Commit
305b67d7
authored
Sep 29, 2020
by
Laurent Peuch
Browse files
fix: badly formatted string
parent
0ae30adf3ae9
Pipeline
#15811
passed with stage
in 8 minutes and 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
cubicweb_saem_ref/views/authorityrecord.py
View file @
936c767d
...
...
@@ -823,7 +823,7 @@ class AuthorityRecordGraphView(EntityView):
for
child_rel
in
entity
.
reverse_hierarchical_parent
:
for
child
in
child_rel
.
hierarchical_child
:
nprops
=
_node
(
child
)
hiera_list
+=
u
'<li></li>'
.
format
(
nprops
[
'title'
])
hiera_list
+=
u
'<li>
{}
</li>'
.
format
(
nprops
[
'title'
])
hiera_list
+=
tags_closure
self
.
w
(
hiera_list
)
domid
=
make_uid
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment