Updated votes
[ci skip]
This commit is contained in:
parent
a1a773dd52
commit
f106966136
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||||
<th>Description</th><td>-</td>
|
<th>Description</th><td>-</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Website</th><td><a href="http://abstrusegoose.com/">http://abstrusegoose.com/</a></td>
|
<th>Website</th><td><a href="http://www.abstrusegoose.com/">http://www.abstrusegoose.com/</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Genre</th><td>Other</td>
|
<th>Genre</th><td>Other</td>
|
||||||
|
|
|
@ -9,7 +9,7 @@ Edit info for comic AbstruseGoose
|
||||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Website</th><td><input type="text" name="url" value="http://abstrusegoose.com/" size="40"/></td>
|
<th>Website</th><td><input type="text" name="url" value="http://www.abstrusegoose.com/" size="40"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||||
|
|
Loading…
Reference in a new issue