add binary protobuf GTFSRT format
[busui.git] / rtpis / servicealert_editor.php
blob:a/rtpis/servicealert_editor.php -> blob:b/rtpis/servicealert_editor.php
--- a/rtpis/servicealert_editor.php
+++ b/rtpis/servicealert_editor.php
@@ -116,8 +116,7 @@
     </div>
     <div data-role="fieldcontain">
         <label for="description">Description</label>
-        <textarea name="description">
-            <?php echo $alert['description']; ?></textarea>
+        <textarea name="description"><?php echo $alert['description']; ?></textarea>
     </div>
     <div data-role="fieldcontain">
         <label for="url">URL</label>
@@ -185,3 +184,4 @@
 }
 include_footer();
 ?>
+