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