From af5ffca855baa020359254d88d2aacc3f04cc947 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sun, 10 Aug 2014 21:29:54 +0200 Subject: Fix typo. --- includes/config.defaults.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes') diff --git a/includes/config.defaults.php b/includes/config.defaults.php index b333e5d..06fac62 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -5,10 +5,10 @@ * Make changes to the configuration array in config.php. */ -$config = array ( +$config = array( // Frontpage configuration - 'frontpage' => array ( + 'frontpage' => array( // Use Bootstrap theme 'bootstrap_theme' => true, // Custom Bootstrap theme @@ -32,7 +32,7 @@ $config = array ( ), // Documentation (must be HTML) - 'doc' => array ( + 'doc' => array( // Documentation for the 'show route' query 'bgp' => array( 'command' => 'show route IP_ADDRESS', -- cgit v1.2.3