Jake Vanderwerf
2026-01-22 58e8ae0759ccfa97c478ccae4e0778bdce70966f
inc/helpers/forms.php
@@ -21,7 +21,7 @@
         $meta->render('form', $field, $config);
      }
      ?>
      <?= (jvbCheck('submit', $options)) ? '<button type="submit">'.jvbIcon('save').'Save</button>' : '' ?>
      <?= (jvbCheck('submit', $options)) ? '<button type="submit">'.jvbIcon('floppy-disk').'Save</button>' : '' ?>
   </form>
   <?php
   $out = ob_get_clean();