diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-09 20:11:14 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-09 20:11:14 +0800 |
commit | 813e3343f338fae49d320951db79f6a72a6e9049 (patch) | |
tree | d2b0f3cbbe979cc072fd2b416e059bfa6d1ad695 | |
parent | *: Reformat (diff) | |
download | forge-813e3343f338fae49d320951db79f6a72a6e9049.tar.gz forge-813e3343f338fae49d320951db79f6a72a6e9049.tar.zst forge-813e3343f338fae49d320951db79f6a72a6e9049.zip |
index: Remove unnecessary newlines in td
-rw-r--r-- | templates/index.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/index.tmpl b/templates/index.tmpl index 86e3659..c767adb 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -55,9 +55,7 @@ </tr> <tr> <th scope="row">Memory usage</th> - <td> - Allocated {{ .mem }} bytes <a href="/:/gc/" class="btn btn-danger">Run the garbage collector</a> - </td> + <td>Allocated {{ .mem }} bytes <a href="/:/gc/" class="btn btn-danger">Run the garbage collector</a></td> </tr> </tbody> </table> |