diff --git a/rsp6-webshite/index.js b/rsp6-webshite/index.js
index 63054fa..affafc2 100644
--- a/rsp6-webshite/index.js
+++ b/rsp6-webshite/index.js
@@ -193,7 +193,7 @@ function onload() {
out += "
";
}
out += "Train " + resv.retail_service_id + "";
- if (resv.coach == "*") {
+ if (resv.coach == "*" || (resv.seat_number == 0 && resv.coach == " ")) {
out += "No specific seat";
}
else {