mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-07-29 11:59:24 +00:00
Manual code style adjustments
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user