--- android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/CompareStations.java 2012/02/24 19:10:18 1693 +++ android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/CompareStations.java 2012/02/24 19:58:50 1694 @@ -90,7 +90,7 @@ throw new ServletException(e); } - sb.append( "
  • " + s + "  " + data + " - " + disabled + "
  • " ); + sb.append( "
  • " + s + "  " + data + " - " + disabled + "
  • " ); } sb.append("");