Fix typo in tarballs and cleanup, thanks to Lux

This commit is contained in:
JRGTH
2025-10-21 10:05:03 -04:00
parent 7e325df51b
commit 05e89da69d
6 changed files with 15 additions and 14 deletions

View File

@@ -60,7 +60,7 @@ if(isset($_POST['submit'])) {
} else {
$savemsg = sprintf('%s %s', gtext('File not found'), $savetopath);
$content = '';
$savetopath = '';
$savetopath = '';
}
}
break;
@@ -128,7 +128,7 @@ $(window).on("load", function() {
<button name="submit" type="submit" class="formbtn" id="Edit" value="edit"><?=gtext('Edit');?></button>
<button name="submit" type="submit" class="formbtn" id="Save" value="save"><?=gtext('Save');?></button>
<button name="submit" type="submit" class="formbtn" id="Return" value="bastille"><?=gtext('Return to Bastille');?></button>
<hr noshade="noshade" />
<hr noshade="noshade" />
</td>
</tr>
<?php