From 70486be73414c4f76462ee124a09b5c26d838289 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 29 Jun 2014 18:28:19 -0700 Subject: [PATCH] fix inconsistent brackets in Sauce intructions --- src/General/html/Settings/Sauce.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/General/html/Settings/Sauce.html b/src/General/html/Settings/Sauce.html index 9ec3d3762..2bc2db741 100755 --- a/src/General/html/Settings/Sauce.html +++ b/src/General/html/Settings/Sauce.html @@ -1,8 +1,8 @@ -
Sauce is disabled.
+
Sauce is disabled.
Lines starting with a # will be ignored.
You can specify a display text by appending ;text:[text] to the URL.
-
You can specify the applicable boards by appending ;boards:board1,board2.
-
You can specify the applicable file types by appending ;types:extension1,extension2.
+
You can specify the applicable boards by appending ;boards:[board1],[board2].
+
You can specify the applicable file types by appending ;types:[extension1],[extension2].
- +