Commit Diff


commit - aa2ebed365145ea3f1a68fb1c315354c5c035868
commit + fae4c3876fd433069bb252131982c03593043a4f
blob - a14c6811efe97d0ff4265130a685f8a03e210546
blob + 7ebd77d71ecdda2f161506f102ed4f909949c5d5
--- templates/edit-alias.tpl
+++ templates/edit-alias.tpl
@@ -15,7 +15,7 @@
 <textarea class="flat" rows="10" cols="60" name="goto">
 <?php
 foreach ($goto as $row) {
-	echo "$row";
+	echo "$row\n";
 }
 ?>
 </textarea>