Skip to content

Commit f1afb6c

Browse files
committed
removed odd chars + updated chagelog
1 parent d293df7 commit f1afb6c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
! -> Note
1616

1717
###WIP
18+
^ Prevent F5 refresh showing message after deleting a shout
19+
^ General PHP improvements
20+
# Fixed unecessary characters next to 'load more' button
21+
- Remove last instance of native PHP $_SESSION
1822
- Removed IcoMoon library reference
1923

2024
Version 8.1.8

mod_shoutbox/layouts/history.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
echo $helper->renderPost($shout);
3434
}
3535
?>
36-
<div class="center-block">';
36+
<div class="center-block">
3737
<a href="#" id="jj-load-more" class="uk-button uk-button-primary"><?php echo JText::_('SHOUT_HISTORY_LOAD_MORE'); ?></a>
3838
</div>
3939
</div>

0 commit comments

Comments
 (0)