diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2020-06-04 01:33:59 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2020-06-04 01:33:59 -0400 |
| commit | 8d0ad5d91eca93498fb8ae5d28a3e8475c3a2c22 (patch) | |
| tree | 9ffe907686878a7b8b9ba23b42ccc28b9ae2f0cd /src | |
| parent | 2635d331762f8c0dd6e30d8fd6c1fad6adb77efa (diff) | |
Fix a line wrapping gaffe
Diffstat (limited to 'src')
| -rw-r--r-- | src/view.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view.rs b/src/view.rs index 797c0bc..704fce7 100644 --- a/src/view.rs +++ b/src/view.rs @@ -156,7 +156,8 @@ fn index_view(req: impl Urls, idx: &usize, thing: &Thing) -> Result<Markup, UrlE a href="https://github.com/ojacobson/things-to-check" { img style="position: absolute; top: 0; right: 0; border: 0;" - src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" + src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" + alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"; } } |
