From dcb08ae6d011babc8271473ce2d17ee379f52003 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 7 Sep 2011 19:23:22 +0000 Subject: [PATCH] Fix: W3C --- htdocs/product/barcode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/barcode.php b/htdocs/product/barcode.php index 158af41914c..3532baba1d7 100644 --- a/htdocs/product/barcode.php +++ b/htdocs/product/barcode.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2010 Laurent Destailleur + * Copyright (C) 2004-2011 Laurent Destailleur * Copyright (C) 2005-2010 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -101,7 +101,7 @@ print ''.$langs->trans("Label").''.$product->libell // Barcode image $url=DOL_URL_ROOT.'/viewimage.php?modulepart=barcode&generator='.urlencode($product->barcode_type_coder).'&code='.urlencode($product->barcode).'&encoding='.urlencode($product->barcode_type_code); -print ''; +print ''; print ''; print ''; print '';