Index: options-general.php
===================================================================
--- options-general.php	(revision 8239)
+++ options-general.php	(working copy)
@@ -18,7 +18,7 @@
 </tr>
 <tr valign="top">
 <th scope="row"><label for="blogdescription"><?php _e('Tagline') ?></label></th>
-<td><input name="blogdescription" type="text" id="blogdescription" style="width: 95%" value="<?php form_option('blogdescription'); ?>" size="45" />
+<td><textarea rows="5" cols="40" id="blogdescription" name="blogdescription"><?php form_option('blogdescription'); ?></textarea>
 <br />
 <?php _e('In a few words, explain what this blog is about.') ?></td>
 </tr>
