Manual code style adjustments

This commit is contained in:
Andreas Gohr
2022-01-13 15:52:53 +01:00
parent 0549dcc5bc
commit 17a3a57826
34 changed files with 154 additions and 92 deletions

View File

@ -37,7 +37,8 @@ class AggregationEditorTable extends AggregationTable
$config = hsc(json_encode($config));
// wrapping div
$this->renderer->doc .= "<div class=\"structaggregation structaggregationeditor\" data-schema=\"$table\" data-searchconf=\"$config\">";
$this->renderer->doc .= "<div class=\"structaggregation structaggregationeditor\"
data-schema=\"$table\" data-searchconf=\"$config\">";
// unique identifier for this aggregation
$this->renderer->info['struct_table_hash'] = md5(var_export($this->data, true));