remove extra space
This commit is contained in:
		@@ -143,7 +143,7 @@
 | 
				
			|||||||
      {{#books}}
 | 
					      {{#books}}
 | 
				
			||||||
        <tr class="tRow" id="{{rowNumber}}">
 | 
					        <tr class="tRow" id="{{rowNumber}}">
 | 
				
			||||||
          <td class="title">{{title}}
 | 
					          <td class="title">{{title}}
 | 
				
			||||||
          {{#signed}} <span class="signed" title="Signed by the author">✒</span>︎{{/signed}}</td>
 | 
					          {{#signed}}<span class="signed" title="Signed by the author">✒</span>︎{{/signed}}</td>
 | 
				
			||||||
          <td class="author">{{author}}</td>
 | 
					          <td class="author">{{author}}</td>
 | 
				
			||||||
          <td class="publisher">{{publisher}}</td>
 | 
					          <td class="publisher">{{publisher}}</td>
 | 
				
			||||||
          <td class="year">{{year}}</td>
 | 
					          <td class="year">{{year}}</td>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user