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
open-source
SemWeb
logilab-views
Commits
fd0e4fc1b6fb
Commit
745e2cc2
authored
Mar 23, 2020
by
Élodie Thiéblin
Browse files
[DCElement] Diminish score
parent
e8b332abddaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dublincore/dublincore.tsx
View file @
fd0e4fc1
...
...
@@ -77,7 +77,7 @@ class DCElementRendering implements implementation.ViewImplementation {
const
dctitles
=
entity
.
getValuesForS
(
"
http://purl.org/dc/terms/title
"
);
if
(
dctitles
.
length
!==
0
)
{
return
11
;
return
9
;
}
return
implementation
.
VIEW_PRIORITY_INAPPROPRIATE
;
}
...
...
Write
Preview
Supports
Markdown
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