Fix invalid th tag closure
authorLuK1337 <priv.luk@gmail.com>
Wed, 12 Dec 2018 23:07:43 +0000 (00:07 +0100)
committerLuK1337 <priv.luk@gmail.com>
Wed, 12 Dec 2018 23:07:43 +0000 (00:07 +0100)
ui/templates/builds.html
ui/templates/runner.html

index 39d738f1a20186ab3e1f3f7d635f2c00b67ab150..e368cdb9ad6483b3ad68e362843b0cd50d0b2062 100644 (file)
@@ -18,7 +18,7 @@
             </tr>
             {% for build in builds.items %}
             <tr>
-                <th scope="row"><a href="https://gitlab.com/LineageOS/builder/android/pipelines/{{build.build_id}}">{{build.build_id}}</a></td>
+                <th scope="row"><a href="https://gitlab.com/LineageOS/builder/android/pipelines/{{build.build_id}}">{{build.build_id}}</a></th>
                 <td>{{build.build_status}}</td>
                 <td>{{build.build_device}}</td>
                 <td>{{build.build_version}}</td>
index e0dc954d1f0e854f65046de4fc116440a8d7ea33..86e6a4f6ccdb3f146da733a337a59a5dd62dff67 100644 (file)
@@ -23,7 +23,7 @@
             </tr>
             {% for build in builds.items %}
             <tr>
-                <th scope="row"><a href="https://gitlab.com/LineageOS/builder/android/pipelines/{{build.build_id}}">{{build.build_id}}</a></td>
+                <th scope="row"><a href="https://gitlab.com/LineageOS/builder/android/pipelines/{{build.build_id}}">{{build.build_id}}</a></th>
                 <td>{{build.build_status}}</td>
                 <td>{{build.build_device}}</td>
                 <td>{{build.build_version}}</td>