Completed
Push — master ( 7c5f78...354d51 )
by Russell
02:35
created
src/Extension/VerifiableExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
             $list[$item->Version] = sprintf('Version: %s (Created: %s)', $item->Version, $item->LastEdited);
254 254
         }
255 255
 
256
-        $fields->addFieldsToTab($tabRootName . '.Verify', FieldList::create([
256
+        $fields->addFieldsToTab($tabRootName.'.Verify', FieldList::create([
257 257
             LiteralField::create('Introduction', '<p class="message intro">Select a version'
258 258
                     . ' whose data you wish to verify, then select the "Verify"'
259 259
                     . ' button. After a few seconds, a verification status will be'
Please login to merge, or discard this patch.