Options page: values don’t show up in dashboard

Textarea is different from textbox. The value is between the tags.

Try:

<textarea name="footer_info"><?php echo get_option( "footer_info" ); ?></textarea>