Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Delete adjacent spaces in in/* pattern

  • Loading branch information
zuphilip committed Jan 17, 2015
1 parent 1057cc6 commit cb36833047cf5f22e950e7332b098ad8d301322f
@@ -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=" &#8211; "/>
<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

Please sign in to comment.
You can’t perform that action at this time.