diff options
Diffstat (limited to 'templates/index.tmpl')
-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> |