diff options
Diffstat (limited to 'forged/templates/index.tmpl')
-rw-r--r-- | forged/templates/index.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/forged/templates/index.tmpl b/forged/templates/index.tmpl index ff7c127..bd81f04 100644 --- a/forged/templates/index.tmpl +++ b/forged/templates/index.tmpl @@ -46,11 +46,11 @@ <tbody> <tr> <th scope="row">SSH public key</th> - <td><code>{{- .global.server_public_key_string -}}</code></td> + <td><code class="breakable">{{- .global.server_public_key_string -}}</code></td> </tr> <tr> <th scope="row">SSH fingerprint</th> - <td><code>{{- .global.server_public_key_fingerprint -}}</code></td> + <td><code class="breakable">{{- .global.server_public_key_fingerprint -}}</code></td> </tr> </tbody> </table> |