Skip to content

Commit

Permalink
Fix HTML error.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-dulac committed Oct 28, 2024
1 parent 2d3484d commit 05bef7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sitemap.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
https://www.useragentman.com/enable/index.php
https://www.useragentman.com/enable/link.php
https://www.useragentman.com/enable/accessible-text-svg.php
https://www.useragentman.com/enable/alert.php
https://www.useragentman.com/enable/animated-gif-with-pause-button.php
Expand All @@ -24,7 +25,6 @@ https://www.useragentman.com/enable/hero-image-text-resize.php
https://www.useragentman.com/enable/img.php
https://www.useragentman.com/enable/infographic.php
https://www.useragentman.com/enable/input-mask.php
https://www.useragentman.com/enable/link.php
https://www.useragentman.com/enable/listbox.php
https://www.useragentman.com/enable/log.php
https://www.useragentman.com/enable/marquee.php
Expand Down
2 changes: 1 addition & 1 deletion templates/includes/section-page-templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<template id="page-list-item">
<a href="/${slug}.php" class="item-wrapper">
<div class="icon-wrapper">
<h3 class="page-list__title id="${slug}__page" >${visibleTitle}</h3>
<h3 class="page-list__title" id="${slug}__page" >${visibleTitle}</h3>
<div class="icon">
<img src="/images/icons/${page}/${slug}.${thumbFileType}" alt="" role="presentation">
</div>
Expand Down

0 comments on commit 05bef7c

Please sign in to comment.