Skip to content

Commit 8e232f7

Browse files
Fixed accidental search and replace that preventing report an issue button from working within the UI page
1 parent 4a25258 commit 8e232f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pfSense-pkg-API/files/usr/local/www/api

pfSense-pkg-API/files/usr/local/www/api/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
}
264264
?>
265265
<button type="submit" id="save" name="save" class="btn btn-sm btn-primary" value="Save" title="Save API configuration"><i class="fa fa-save icon-embed-btn"></i>Save</button>
266-
<a style="float: right;" class="fa fa-question-circle" href='https:#github.com/jaredhendrickson13/pfsense-api/issues/new'> <span style="font-family: 'Helvetica'; font-size: 14px;">Report an Issue</span></a>
266+
<a style="float: right;" class="fa fa-question-circle" href='https://github.com/jaredhendrickson13/pfsense-api/issues/new'> <span style="font-family: 'Helvetica'; font-size: 14px;">Report an Issue</span></a>
267267
</form>
268268
<!-- <nav class="action-buttons">-->
269269
<!-- </nav>-->

0 commit comments

Comments
 (0)