2006/unicorn/WebContent/WEB-INF/resources/templates index.vm,1.7,1.8

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates
In directory hutz:/tmp/cvs-serv32050/WebContent/WEB-INF/resources/templates

Modified Files:
	index.vm 
Log Message:
removed unwanted space

Index: index.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/index.vm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index.vm	10 Sep 2009 15:37:09 -0000	1.7
+++ index.vm	11 Sep 2009 10:04:41 -0000	1.8
@@ -69,7 +69,7 @@
 					<div class="input">
 						<p class="instructions">$instruction-by-input</p>
 						<p>
-							<textarea name="${param_prefix}text" rows="12" cols="70">#if($param_text)$param_text #end</textarea>
+							<textarea name="${param_prefix}text" rows="12" cols="70">#if($param_text)$param_text#end</textarea>
 							<select id="ucn_text_mime" name="${param_prefix}text_mime">
 							#foreach($mime in $current_task.SupportedMimeTypes)  
 								<option value="$mime" #if($param_text_mime && $param_text_mime == $mime)selected="selected"#end>$mime</option>

Received on Friday, 11 September 2009 10:04:52 UTC