--- trunk/tntnet/dynamic/customerlist.ecpp 2007/12/02 12:03:03 121 +++ trunk/tntnet/dynamic/customerlist.ecpp 2007/12/02 16:56:14 122 @@ -57,7 +57,7 @@ if (instres.size() > 0) { out << "Installations:\n"; - out << "
    \n"; + out << "
      \n"; for (tntdb::Result::const_iterator instit = instres.begin(); instit != instres.end(); ++instit) { tntdb::Row instrow = *instit;