fix: rename 'toc' key to 'table_of_contents' for clarity
This commit is contained in:
@@ -394,7 +394,7 @@ $toc = '<h2><center>
|
|||||||
$AssetFields = @{
|
$AssetFields = @{
|
||||||
|
|
||||||
'last_updated' = $currentDate
|
'last_updated' = $currentDate
|
||||||
'toc' = $toc
|
'table_of_contents' = $toc
|
||||||
'forest_name' = $RawAD.ForestName
|
'forest_name' = $RawAD.ForestName
|
||||||
'forest_summary' = $ForestNice
|
'forest_summary' = $ForestNice
|
||||||
'site_summary' = $SiteNice
|
'site_summary' = $SiteNice
|
||||||
|
|||||||
Reference in New Issue
Block a user