diff options
Diffstat (limited to 'src/application/views/form_newtopic.php')
-rw-r--r-- | src/application/views/form_newtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application/views/form_newtopic.php b/src/application/views/form_newtopic.php index 0850c84..d1d7e44 100644 --- a/src/application/views/form_newtopic.php +++ b/src/application/views/form_newtopic.php @@ -34,5 +34,5 @@ if (($_formError = RequestUtils::getAndClearFormError("newtopic")) !== null) { ]) ?></label> <input type="file" name="files[]" id="i_files" multiple accept="*/*"> </div> -<button type="submit" class="btn btn-success"><?= __("Create topic") ?> <span class="glyphicon glyphicon-send" aria-hidden="true"></span></button> +<button type="submit" class="btn btn-success"><?= __("Create topic") ?> <span class="fa fa-send" aria-hidden="true"></span></button> </form> |