File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
eFormAPI/Plugins/BackendConfiguration.Pn/BackendConfiguration.Pn/Services/WordService Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -838,9 +838,7 @@ public async Task<OperationDataResult<Stream>> GenerateWordDashboard(List<Report
838838 {
839839 if ( ! string . IsNullOrEmpty ( reportEformModel . GroupTagName ) )
840840 {
841- itemsHtml . Append ( $@ "<h1>{ Regex . Replace ( reportEformModel . GroupTagName , @"\. " , "." ) } </h1>") ;
842- // We do this, even thought some would look at it and find it looking stupid. But if we don't do it,
843- // Word WILL mess up the header titles, because it thinks it needs to fix the number order.
841+ itemsHtml . Append ( $@ "<p style='font-size:20px;text-align:left;font-weight:700;'>{ reportEformModel . GroupTagName } </p>") ;
844842 }
845843
846844 foreach ( var groupeForm in reportEformModel . GroupEform )
You can’t perform that action at this time.
0 commit comments