update the icon used to mark signed copies
This commit is contained in:
		@@ -142,7 +142,8 @@
 | 
			
		||||
      </tr>
 | 
			
		||||
      {{#books}}
 | 
			
		||||
        <tr class="tRow" id="{{rowNumber}}">
 | 
			
		||||
          <td class="title">{{title}}{{#signed}} <span title="Signed by the author">✔</span>︎{{/signed}}</td>
 | 
			
		||||
          <td class="title">{{title}}
 | 
			
		||||
          {{#signed}} <span class="signed" title="Signed by the author">✒</span>︎{{/signed}}</td>
 | 
			
		||||
          <td class="author">{{author}}</td>
 | 
			
		||||
          <td class="publisher">{{publisher}}</td>
 | 
			
		||||
          <td class="year">{{year}}</td>
 | 
			
		||||
@@ -165,7 +166,7 @@
 | 
			
		||||
        <span>{{series}}, Volume {{volume}}</span><br/>
 | 
			
		||||
      {{/series}}
 | 
			
		||||
      {{#signed}}
 | 
			
		||||
        <span>Signed by the author</span><br/>
 | 
			
		||||
        <span>Signed by the author ✒</span><br/>
 | 
			
		||||
      {{/signed}}
 | 
			
		||||
      <span>{{format}}</span>
 | 
			
		||||
      <div class="description">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user