|
@@ -159,7 +159,7 @@ echo $Val->GenerateJS('userform');
|
159
|
159
|
</div>
|
160
|
160
|
</td>
|
161
|
161
|
</tr>
|
162
|
|
- <tr id="style_additions_tr" class="<?=$Stylesheets[$LoggedUser['StyleID']]['Additions'][0]?'':'hidden'?>">
|
|
162
|
+ <tr id="style_additions_tr" class="<?=($Stylesheets[$LoggedUser['StyleID']]['Additions'][0] ?? false)?'':'hidden'?>">
|
163
|
163
|
<td class="label tooltip" title="Select changes that you want made to your chosen stylesheet"><strong>Stylesheet additions</strong></td>
|
164
|
164
|
<td> <?
|
165
|
165
|
foreach($Stylesheets as $Style) {
|