[gimp-web] themes: fix (again!) the flatpak commands display!



commit cee8c2b559539c05f91a9c45132f33420d0963c9
Author: Jehan <jehan girinstud io>
Date:   Mon Nov 2 17:43:55 2020 +0100

    themes: fix (again!) the flatpak commands display!
    
    Argh, ok so it seems I need to have 2 <code> + a <br/>. Hopefully now it
    will look ok.

 themes/newgimp/templates/downloads-development.html | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/themes/newgimp/templates/downloads-development.html 
b/themes/newgimp/templates/downloads-development.html
index 83e3d99d..ef01e63c 100644
--- a/themes/newgimp/templates/downloads-development.html
+++ b/themes/newgimp/templates/downloads-development.html
@@ -68,6 +68,7 @@
         <code>
           flatpak remote-add --user flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
         </code>
+        <br/>
         <code>
           flatpak install --user flathub-beta org.gimp.GIMP
         </code>
@@ -96,6 +97,7 @@
         <code>
           flatpak make-current --user org.gimp.GIMP stable
         </code>
+        <br/>
         <code>
           flatpak make-current --user org.gimp.GIMP beta
         </code>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]