diff -r e1a4104c609e -r a1d6b9eec988 www/rec_beerxml.php --- a/www/rec_beerxml.php Wed Aug 21 16:34:07 2019 +0200 +++ b/www/rec_beerxml.php Wed Aug 21 17:16:53 2019 +0200 @@ -26,7 +26,7 @@ $recipetype = array( 'Extract', 'Partial Mash', 'All Grain' ); $styletype = array( 'Lager', 'Ale', 'Mead', 'Wheat', 'Mixed', 'Cider' ); $hoptype = array( 'Bittering', 'Aroma', 'Both' ); -$hopform = array( 'Pellet', 'Plug', 'Leaf' ); +$hopform = array( 'Pellet', 'Plug', 'Leaf', 'Leaf', 'Leaf' ); $hopuse = array( 'Mash', 'First wort', 'Boil', 'Aroma', 'Whirlpool', 'Dry hop' ); $fermentabletype = array( 'Grain', 'Sugar', 'Extract', 'Dry extract', 'Adjunct' ); $graintype = array( 'Base', 'Roast', 'Crystal', 'Kilned', 'Sour malt', 'Special', 'No malt' );