fixes html

main
Yasen Pramatarov 2024-11-04 18:22:16 +02:00
parent 1aebb7faf9
commit f59c758fbc
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ foreach ($hostDetails[0] as $key => $value) {
<input type="hidden" name="delete" value="true" /> <input type="hidden" name="delete" value="true" />
<p class="h5 text-danger">Are you sure you want to delete this host?</p> <p class="h5 text-danger">Are you sure you want to delete this host?</p>
<br /> <br />
<a class="btn btn-outline-secondary btn-sm" href="<?= htmlspecialchars($app_root) ?>?page=config&item=host#platform<?= htmlspecialchars($platform_id) ?>host<?= htmlspecialchars($hostDetails[0]['id']) ?>" />Cancel</a> <a class="btn btn-outline-secondary btn-sm" href="<?= htmlspecialchars($app_root) ?>?page=config&item=host&platform=<?= htmlspecialchars($platform_id) ?>&host=<?= htmlspecialchars($host) ?>#platform<?= htmlspecialchars($platform_id) ?>host<?= htmlspecialchars($host) ?>" />Cancel</a>
&nbsp;&nbsp; &nbsp;&nbsp;
<input type="submit" class="btn btn-danger btn-sm" value="Delete" /> <input type="submit" class="btn btn-danger btn-sm" value="Delete" />
</form> </form>