Skip to content

Commit

Permalink
Merge pull request #156 from UCF/hf-404-page
Browse files Browse the repository at this point in the history
fixed duplicated class attribute.
  • Loading branch information
Ramin-Farhadi authored Nov 6, 2024
2 parents 2ae14c1 + 3c9f170 commit a3b0f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<?php get_header(); ?>

<article id="page-not-found">
<div class="container" class="mt-4 mt-sm-5 mb-5 pb-sm-4">
<div class="container mt-4 mt-sm-5 mb-5 pb-sm-4">
<?php
$page = get_page_by_title( '404' );
$content = '';
Expand Down

0 comments on commit a3b0f1a

Please sign in to comment.