--- img_assist.module.orig	2006-05-27 23:56:50.120258700 +0200
+++ img_assist.module	2006-05-27 23:54:25.687380700 +0200
@@ -850,7 +850,7 @@ function img_assist_properties() {
       '#type' => 'select',
       '#title' => t('Alignment'),
       '#default_value' => variable_get('img_assist_default_alignment', 'left'),
-      '#options' => array('left'=>'left', 'right'=>'right'),
+      '#options' => array('left'=>'left', 'right'=>'right', 'none'=>'none'),
       '#prefix' => '<span id="alignment">',
       '#suffix' => '</span>'
     );
