[PATCH] docs: Fix indentation of inlined JavaScript snippet

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

 



Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx>
---
Pushed as trivial.

 docs/page.xsl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/page.xsl b/docs/page.xsl
index 3a64a06c5..c1804eab3 100644
--- a/docs/page.xsl
+++ b/docs/page.xsl
@@ -103,7 +103,7 @@
           <xsl:comment>
           <![CDATA[
       function init() {
-      window.addEventListener('scroll', function(e){
+          window.addEventListener('scroll', function(e){
               var distanceY = window.pageYOffset || document.documentElement.scrollTop,
               shrinkOn = 94
               home = document.getElementById("home");
@@ -125,7 +125,7 @@
                       search.className = ""
                   }
               }
-      });
+          });
       }
       window.onload = init();
            ]]>
-- 
2.14.3

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux