Browse Source

fix bug

pull/205/head
xiaoz 2 weeks ago
parent
commit
c6382a67a9
  1. 2
      templates/admin/edit_link_new.php
  2. 2
      templates/admin/footer.php

2
templates/admin/edit_link_new.php

@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
<div class="layui-form-item">
<label class="layui-form-label">URL</label>
<div class="layui-input-block">
<input type="url" id = "url" name="url" value = "<?php echo $link['url']; ?>" required lay-verify="required|url" placeholder="请输入有效链接" autocomplete="off" class="layui-input">
<input type="url" id = "url" name="url" value = "<?php echo $link['url']; ?>" required lay-verify="required" placeholder="请输入有效链接" autocomplete="off" class="layui-input">
</div>
</div>

2
templates/admin/footer.php

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
<div class="layui-footer">
<!-- 底部固定区域 -->
© Copyright 2024.Powered by <a href="https://www.onenav.top/" rel = "nofollow" target="_blank">OneNav</a>.
© Copyright <?php echo date("Y"); ?>.Powered by <a href="https://www.onenav.top/" rel = "nofollow" target="_blank">OneNav</a>.
</div>
</div>
</body>

Loading…
Cancel
Save