| @@ -130,9 +130,9 @@ | ||
| 130 | 130 | public function serialize(): array { |
| 131 | 131 | $shape = array( |
| 132 | 132 | 'type' => static::type(), |
| 133 | 133 | 'ref' => $this->ref, |
| 134 | - 'title' => $this->title(), | |
| 134 | + 'title' => openstation_plain_text_title( $this->title() ), | |
| 135 | 135 | 'icon' => $this->icon(), |
| 136 | 136 | 'previewUrl' => $this->preview_url(), |
| 137 | 137 | 'exists' => $this->exists(), |
| 138 | 138 | ); |