From cbe67bd34c81a60815efd251e87d6604d0c42a9b Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 11 Jan 2007 10:41:38 +0000 Subject: [PATCH] ebl fix debug checkbox bug git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3964 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/lang/fr/tpl/config_edit.tpl | 2 +- gui/bweb/tpl/config_edit.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/bweb/lang/fr/tpl/config_edit.tpl b/gui/bweb/lang/fr/tpl/config_edit.tpl index d5fdb7cf3c..9bdea5d36e 100644 --- a/gui/bweb/lang/fr/tpl/config_edit.tpl +++ b/gui/bweb/lang/fr/tpl/config_edit.tpl @@ -42,7 +42,7 @@ debug : - + checked='checked' value='on' > diff --git a/gui/bweb/tpl/config_edit.tpl b/gui/bweb/tpl/config_edit.tpl index 3e7fe994fe..5bb3466983 100644 --- a/gui/bweb/tpl/config_edit.tpl +++ b/gui/bweb/tpl/config_edit.tpl @@ -42,7 +42,7 @@ debug : - + checked='checked' value='on' > -- 2.39.5