Jake Vanderwerf
2026-01-05 9f86429a1252b45c95b7c62fbaa1b82de3723997
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();