Skip to content

Commit fb74a6d

Browse files
Ser1ous64j
authored andcommitted
code style fix
1 parent ff814c4 commit fb74a6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manager/actions/mutate_content.dynamic.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ function SetUrl(url, width, height, alt) {
914914
<?php
915915

916916
$templateVariables = '';
917-
$templateVariablesOutput = '';
917+
$templateVariablesOutput = '';
918918

919919
if (($content['type'] == 'document' || $modx->manager->action == '4') || ($content['type'] == 'reference' || $modx->manager->action == 72)) {
920920
$template = $default_template;
@@ -1088,7 +1088,7 @@ function SetUrl(url, width, height, alt) {
10881088
$i++;
10891089
}
10901090
}
1091-
1091+
10921092
if ($templateVariablesGeneral) {
10931093
echo '<table id="tabTV_0" class="tmplvars"><tbody>' . $templateVariablesGeneral . '</tbody></table>';
10941094
}

0 commit comments

Comments
 (0)