diff --git a/semag/crossnroad/index.html b/semag/crossnroad/index.html
index 5297f02c..9af89ded 100644
--- a/semag/crossnroad/index.html
+++ b/semag/crossnroad/index.html
@@ -250,7 +250,6 @@ function drawPeep(x, y, size) {
line(x0, y0 + size, x0 + size, y0);
line(x0, y0 + 2 * size, x0 + size, y0 + size * 3);
- line(x0, y0 + 2 * size, x0 - size, y0 + size * 3);
pop();
}