From 9dba9eac120e299a1d181fdb6c9d07d2afb8b0bf Mon Sep 17 00:00:00 2001 From: Mankaev_r Date: Tue, 26 May 2026 14:43:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=BE=D0=B1=D1=85=D0=BE=D0=B4?= =?UTF-8?q?=D0=B8=D0=BC=D0=BE=20=D1=83=D0=B1=D0=B8=D1=80=D0=B0=D1=82=D1=8C?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=D0=B1=D0=B5=D0=BB=D1=8B=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=86=D0=B0=D1=85=20=D0=B8=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?.=20=D0=A1=D0=B0=D0=BC=D0=B8=20=D0=BF=D0=BE=20=D1=81=D0=B5?= =?UTF-8?q?=D0=B1=D0=B5=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=B2=20=D1=81?= =?UTF-8?q?=D0=BF=D0=B5=D1=86=D0=B8=D1=84=D0=B8=D0=BA=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D0=B8=20=D0=BE=D1=81=D1=82=D0=B0=D1=8E=D1=82=D1=81=D1=8F=20?= =?UTF-8?q?=D0=B1=D0=B5=D0=B7=20=D0=BD=D0=B8=D1=85,=20=D0=BD=D0=BE=20?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B8=20=D0=BA=D0=BE=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D1=8B=D0=B5=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7?= =?UTF-8?q?=D1=83=D1=8E=D1=82=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=B2=20?= =?UTF-8?q?=D1=81=D0=B2=D0=BE=D0=B5=D0=BC=20=D0=BF=D0=BE=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=BE=D0=B5=D0=BD=D0=B8=D0=B8=20=D0=BC=D0=BE=D0=B3=D1=83=D1=82?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=BB=D1=83=D1=87=D0=B8=D1=82=D1=8C=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D0=B8=D0=B9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Models/Fillers/ElementParamNameFiller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RevitMechanicalSpecification/Models/Fillers/ElementParamNameFiller.cs b/src/RevitMechanicalSpecification/Models/Fillers/ElementParamNameFiller.cs index 8707ee8aa..d59ddb5e5 100644 --- a/src/RevitMechanicalSpecification/Models/Fillers/ElementParamNameFiller.cs +++ b/src/RevitMechanicalSpecification/Models/Fillers/ElementParamNameFiller.cs @@ -45,7 +45,7 @@ public ElementParamNameFiller( } protected override void PrepareValue(SpecificationElement specificationElement) { - specificationElement.ElementName = GetName(specificationElement); + specificationElement.ElementName = GetName(specificationElement).Trim(); } public override void SetParamValue(SpecificationElement specificationElement) {