From 845e0b3432af4d8f7f4ad0b022c72b524fd54091 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Wed, 15 Jun 2011 00:02:59 +0000
Subject: [PATCH] Fix: Use correct style

---
 htdocs/admin/tools/dolibarr_export.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/admin/tools/dolibarr_export.php b/htdocs/admin/tools/dolibarr_export.php
index 51d25d5328c..3b02bc563f1 100644
--- a/htdocs/admin/tools/dolibarr_export.php
+++ b/htdocs/admin/tools/dolibarr_export.php
@@ -1,5 +1,5 @@
 <?php
-/* Copyright (C) 2006-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
+/* Copyright (C) 2006-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -153,7 +153,7 @@ if ($_GET["msg"])
 			</div>
 			<label for="select_sql_compat"> <?php echo $langs->trans("ExportCompatibility"); ?></label>
 
-			<select name="sql_compat" id="select_sql_compat">
+			<select name="sql_compat" id="select_sql_compat" class="flat">
 				<option value="NONE" selected="selected">NONE</option>
 				<option value="ANSI">ANSI</option>
 				<option value="DB2">DB2</option>
-- 
GitLab