diff --git a/car_maxspeed.json b/car_maxspeed.json
index c3da28d3..b5047331 100644
--- a/car_maxspeed.json
+++ b/car_maxspeed.json
@@ -96,7 +96,7 @@
"description": [
"{% if maxspeedF or maxspeedB %}",
"{{ maxspeedB == 'other' ? attribute(tags, 'maxspeed:backward') : const.colorOther[maxspeedB] ? tagTrans('maxspeed', maxspeedB) : maxspeedB|default(trans('unknown')) }} / {{ maxspeedF == 'other' ? attribute(tags, 'maxspeed:forward') : const.colorOther[maxspeedF] ? tagTrans('maxspeed', maxspeedF) : maxspeedF|default(trans('unknown')) }} {{ unit }}",
- "{% elseif maxspeed == 'other' %}",
+ "{% elseif maxspeed %}",
"{{ maxspeed == 'other' ? tags.maxspeed : const.colorOther[maxspeed] ? tagTrans('maxspeed', maxspeed) : maxspeed }} {{ unit }}",
"{% elseif tags.maxspeed %}",
"{{ tags.maxspeed }}",