diff options
Diffstat (limited to 'templates/index.tmpl')
-rw-r--r-- | templates/index.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.tmpl b/templates/index.tmpl index c767adb..7c2e8fc 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -55,7 +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 }} <a href="/:/gc/" class="btn btn-danger">Run the garbage collector</a></td> </tr> </tbody> </table> |