Index: trunk/wb/framework/module.functions.php
===================================================================
--- trunk/wb/framework/module.functions.php	(revision 805)
+++ trunk/wb/framework/module.functions.php	(revision 806)
@@ -101,8 +101,7 @@
 		$toggle_file = ($base_css_file == 'frontend.css') ? 'backend.css' : 'frontend.css';
 		if(mod_file_exists($mod_dir, $toggle_file)) {
 			?>
-			<form name="toggle_module_file" action="<?php echo WB_URL .'/modules/edit_module_files.php?page_id='.$page_id;?>" 
-				method="post" style="margin: 0; align:right;">
+			<form name="toggle_module_file" action="<?php echo WB_URL .'/modules/edit_module_files.php?page_id='.$page_id;?>" method="post" style="margin: 0; align:right;">
 				<input type="hidden" name="page_id" value="<?php echo $page_id; ?>">
 				<input type="hidden" name="section_id" value="<?php echo $section_id; ?>">
 				<input type="hidden" name="mod_dir" value="<?php echo $mod_dir; ?>">

Property changes on: trunk/wb/framework/module.functions.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/edit_module_files.php
===================================================================
--- trunk/wb/modules/edit_module_files.php	(revision 805)
+++ trunk/wb/modules/edit_module_files.php	(revision 806)
@@ -155,8 +155,7 @@
 			<input type="hidden" name="edit_file" value="<?php echo $css_file; ?>" />
 	  	<input type="hidden" name="action" value="save">
 
-			<textarea id="area_codepress" name="css_data" <?php echo $CODEPRESS['CLASS'];?>cols="115" rows="25" wrap="VIRTUAL" 
-				style="margin:2px;"><?php echo $css_content; ?></textarea>
+			<textarea id="area_codepress" name="css_data" <?php echo $CODEPRESS['CLASS'];?>cols="115" rows="25" wrap="VIRTUAL" style="margin:2px;"><?php echo $css_content; ?></textarea>
 
   			<table cellpadding="0" cellspacing="0" border="0" width="100%">
   			<tr>

Property changes on: trunk/wb/modules/edit_module_files.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
