We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | </div> |
47 | 47 | <div class="col-sm-9"> |
48 | 48 | <!-- external link input --> |
49 | - <div class="page_or_link_value page_or_link_external_link <?php if (! isset($entry) || $entry->$entry_type != 'external_link') { |
|
49 | + <div class="page_or_link_value page_or_link_external_link <?php if (!isset($entry) || $entry->$entry_type != 'external_link') { |
|
50 | 50 | echo 'd-none'; |
51 | 51 | } ?>"> |
52 | 52 | <input |
@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | > |
66 | 66 | </div> |
67 | 67 | <!-- internal link input --> |
68 | - <div class="page_or_link_value page_or_link_internal_link <?php if (! isset($entry) || $entry->$entry_type != 'internal_link') { |
|
68 | + <div class="page_or_link_value page_or_link_internal_link <?php if (!isset($entry) || $entry->$entry_type != 'internal_link') { |
|
69 | 69 | echo 'd-none'; |
70 | 70 | } ?>"> |
71 | 71 | <input |