From 94412ab6b03b6a89b937e0fe00fe69755a879d32 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 3 Jan 2017 14:28:11 -0800 Subject: [PATCH] Fix image-orientation line-wrap --- components/style/properties/longhand/inherited_box.mako.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/style/properties/longhand/inherited_box.mako.rs b/components/style/properties/longhand/inherited_box.mako.rs index f59695592711..01d51aeacce5 100644 --- a/components/style/properties/longhand/inherited_box.mako.rs +++ b/components/style/properties/longhand/inherited_box.mako.rs @@ -60,8 +60,8 @@ ${helpers.single_keyword("image-rendering", <%helpers:longhand name="image-orientation" products="None" animatable="False" - spec="https://drafts.csswg.org/css-images/#propdef-image-orientation, \ - additional values in https://developer.mozilla.org/en-US/docs/Web/CSS/image-orientation"> + spec="https://drafts.csswg.org/css-images/#propdef-image-orientation, \ + /// additional values in https://developer.mozilla.org/en-US/docs/Web/CSS/image-orientation"> use std::fmt; use style_traits::ToCss; use values::specified::Angle;