Completed
Push — master ( 56c9f9...e33c69 )
by cam
04:49
created
prive/themes/spip/vars.css_fonctions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 	$vars->add("--spip-css-right", $Pile[0]["right"]);
39 39
 
40 40
 	$vars->add("--spip-css-font-size", $Pile[0]["font-size"]);
41
-	$vars->add("--spip-css-line-heigh",  $Pile[0]["line-height"]);
41
+	$vars->add("--spip-css-line-heigh", $Pile[0]["line-height"]);
42 42
 	$vars->add("--spip-css-margin-bottom", $Pile[0]["margin-bottom"]);
43 43
 	$vars->add("--spip-css-text-indent", $Pile[0]["text-indent"]);
44 44
 	$vars->add("--spip-css-font-family", $Pile[0]["font-family"]);
Please login to merge, or discard this patch.