Permalink
Browse files
Delete adjacent spaces in in/* pattern
- Loading branch information
|
@@ -194,7 +194,7 @@ |
|
|
<else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any"> |
|
|
<group> |
|
|
<text term="in" suffix=": " text-case="capitalize-first"/> |
|
|
<text macro="container-contributors" prefix=" " suffix=": "/> |
|
|
<text macro="container-contributors" suffix=": "/> |
|
|
<text macro="container-title" suffix="."/> |
|
|
<label variable="page" form="short" suffix=". " prefix=" – "/> |
|
|
<text variable="page" suffix=","/> |
|
|
|
@@ -154,7 +154,7 @@ |
|
|
<text macro="title" prefix=" " suffix="." font-style="normal"/> |
|
|
<group prefix=" " suffix=" "> |
|
|
<text term="in" suffix=" "/> |
|
|
<group delimiter=", " prefix=" " suffix="."> |
|
|
<group delimiter=", " suffix="."> |
|
|
<text variable="container-title" font-style="italic"/> |
|
|
<text variable="volume" prefix="Vol. "/> |
|
|
</group> |
|
|
|
@@ -126,7 +126,7 @@ |
|
|
<text macro="title" prefix=" " suffix="." font-style="normal"/> |
|
|
<group prefix=" " suffix=" "> |
|
|
<text term="in" suffix=" "/> |
|
|
<group delimiter=", " prefix=" " suffix="."> |
|
|
<group delimiter=", " suffix="."> |
|
|
<text variable="container-title" font-style="italic"/> |
|
|
<text macro="edition"/> |
|
|
</group> |
|
|
|
@@ -123,7 +123,7 @@ |
|
|
<text macro="title" prefix=" " suffix="." font-style="normal"/> |
|
|
<group prefix=" " suffix=" "> |
|
|
<text term="in" suffix=" "/> |
|
|
<group delimiter=", " prefix=" " suffix="."> |
|
|
<group delimiter=", " suffix="."> |
|
|
<text variable="container-title" font-style="italic"/> |
|
|
<text macro="edition"/> |
|
|
</group> |
|
|
|
@@ -337,7 +337,7 @@ |
|
|
</if> |
|
|
<else-if variable="URL accessed" match="all"> |
|
|
<text term="in" suffix=" " text-case="lowercase"/> |
|
|
<text variable="URL" prefix=" "/> |
|
|
<text variable="URL"/> |
|
|
<group prefix=" [" suffix="]"> |
|
|
<date variable="accessed" delimiter="-"> |
|
|
<date-part name="day"/> |
|
|
0 comments on commit
cb36833