Extra comma was breaking node seed

pull/1259/merge
benmcmahon100 2015-07-30 21:54:33 +01:00
parent 1e412b1498
commit d588263658
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@
" <label><input type='checkbox' name='personality'> Crazy</label>",
" <input type='text' placeholder='cat photo URL' required>",
" <button type='submit'>Submit</button>",
" </form>",,
" </form>",
"</div>"
],
"challengeType": 0,