diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -73,10 +73,10 @@ Depending on the change to the codon: <ul> <li>If the mutation caused a change in the amino acid - being coded, then <button id='kill' disabled=''>kill</button> it and + being coded, then <button class='kill' disabled=''>kill</button> it and start again with the previous generation.</li> - <li>Otherwise, <button id='clone' disabled=''>clone</button> this + <li>Otherwise, <button class='clone' disabled=''>clone</button> this genome for the next generation.</li> </ul> </li> |