Kaynağa Gözat

Remove extra spaces in textarea

Jaap Marcus 4 yıl önce
ebeveyn
işleme
0482ae733b
1 değiştirilmiş dosya ile 4 ekleme ve 6 silme
  1. 4 6
      web/templates/pages/edit_server.html

+ 4 - 6
web/templates/pages/edit_server.html

@@ -981,13 +981,11 @@
 															</tr>
 															<tr>
 																<td>
-																	<textarea size="20" class="vst-textinput short" name="v_api_allowed_ip">
-																		<?php 
-																			foreach(explode(',',$_SESSION['API_ALLOWED_IP']) as $ip ){
-																				echo $ip."\n";
+																	<textarea size="20" class="vst-textinput short" name="v_api_allowed_ip"><?php 
+																		foreach(explode(',',$_SESSION['API_ALLOWED_IP']) as $ip ){ 
+                                                                            echo trim($ip)."\n";
 																			}
-																		?>
-																	</textarea>
+																		?></textarea>
 																	<br><br>
 																</td>
 															</tr>