@@ -62,8 +62,7 @@ |
||
62 | 62 | |
63 | 63 | if ( $fileSummaryMsg->exists() ) { |
64 | 64 | return preg_replace( '/^<!--.*?-->\n*/s', '', $fileSummaryMsg->plain() ); |
65 | - } |
|
66 | - else { |
|
65 | + } else { |
|
67 | 66 | return '{{' . $templateName . $templateParams . '}}'; |
68 | 67 | } |
69 | 68 |