]> dev.renevier.net Git - syj.git/commitdiff
remove <br> end tag
authorarno <arno@renevier.net>
Thu, 17 Mar 2011 09:24:01 +0000 (10:24 +0100)
committerarno <arno@renevier.net>
Thu, 17 Mar 2011 09:24:01 +0000 (10:24 +0100)
application/views/scripts/idx/index.phtml

index a98f1d2137f5b41733468bd5e4cbfb72627ad310..b0260d2f6279e27f6b094117c8200c05d8a46fdd 100644 (file)
@@ -13,9 +13,9 @@
 <div id="message" class="message info">
 <?php if (!$this->path and !$this->loggedUser) {?>
 <?php echo $this->translate('Welcome on Syj.')?>
-<br/>
+<br>
 <?php echo $this->translate('To create a journey, just press <strong>"start a route"</strong> button, then click on the map to add points to your route. You can zoom and move the map with the controls in the top left corner')?>
-<br/>
+<br>
 <?php echo $this->translate('When you have finished a path, press "create", button.')?>
 <?php }?>
 </div>