Skip to content

Commit b5df1a8

Browse files
authored
Fixed Mendeley bug (#5411)
1 parent 49530b4 commit b5df1a8

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

associacao-brasileira-de-normas-tecnicas-note.csl

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" default-locale="pt-BR" demote-non-dropping-particle="never">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="never" default-locale="pt-BR">
33
<info>
44
<title>Associação Brasileira de Normas Técnicas (note, Português - Brasil)</title>
55
<title-short>ABNT</title-short>
@@ -183,8 +183,7 @@
183183
<macro name="secondary-producers">
184184
<names variable="translator">
185185
<label form="verb-short" suffix=" " text-case="capitalize-first"/>
186-
<name form="long" delimiter=", ">
187-
</name>
186+
<name form="long" delimiter=", "></name>
188187
<et-al term="et-al" font-style="italic"/>
189188
</names>
190189
</macro>
@@ -353,9 +352,7 @@
353352
<macro name="access-info">
354353
<choose>
355354
<if variable="URL">
356-
<text value="Disponível em: &lt;"/>
357-
<text variable="URL"/>
358-
<text value="&gt;."/>
355+
<text variable="URL" prefix="Disponível em: &lt;" suffix="&gt;."/>
359356
<group>
360357
<text value=" Acesso em: "/>
361358
<date variable="accessed">
@@ -370,9 +367,7 @@
370367
<macro name="access-info-lowercase">
371368
<choose>
372369
<if variable="URL">
373-
<text value="disponível em: &lt;"/>
374-
<text variable="URL"/>
375-
<text value="&gt;,"/>
370+
<text variable="URL" prefix="disponível em: &lt;" suffix="&gt;."/>
376371
<group>
377372
<text value=" acesso em: "/>
378373
<date variable="accessed">

0 commit comments

Comments
 (0)