From d71622137c8eba2a2477f517862a3f3137911419 Mon Sep 17 00:00:00 2001 From: Tifenn Guillas <tifenn.guillas@lam.fr> Date: Mon, 25 Oct 2021 12:34:33 +0200 Subject: [PATCH] Test fix SQ issue table --- .../containers/documentation.component.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/client/src/app/instance/documentation/containers/documentation.component.html b/client/src/app/instance/documentation/containers/documentation.component.html index 26603757..cb437f3f 100644 --- a/client/src/app/instance/documentation/containers/documentation.component.html +++ b/client/src/app/instance/documentation/containers/documentation.component.html @@ -136,20 +136,20 @@ <th id="attribute">attribute</th> </tr> <tr> - <td headers="id 1">1</td> - <td headers="attribute obs_id">obs_id</td> + <td headers="id">1</td> + <td headers="attribute">obs_id</td> </tr> <tr> - <td headers="id 2">2</td> - <td headers="attribute ra">ra</td> + <td headers="id">2</td> + <td headers="attribute">ra</td> </tr> <tr> - <td headers="id 3">3</td> - <td headers="attribute dec">dec</td> + <td headers="id">3</td> + <td headers="attribute">dec</td> </tr> <tr> - <td headers="id 4">4</td> - <td headers="attribute instrument">instrument</td> + <td headers="id">4</td> + <td headers="attribute">instrument</td> </tr> </table> -- GitLab