Skip to content

Commit 423e6da

Browse files
committed
Upgrade to 2020-07-29a
1 parent 6a15bde commit 423e6da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dokuwiki/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2020-07-29 "Hogfather"
1+
2020-07-29a "Hogfather"

dokuwiki/doku.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// update message version - always use a string to avoid localized floats!
1212
use dokuwiki\Extension\Event;
1313

14-
$updateVersion = "51.3";
14+
$updateVersion = "51.4";
1515

1616
// xdebug_start_profiling();
1717

dokuwiki/inc/html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@ function html_diff($text = '', $intro = true, $type = null) {
13471347
*/
13481348
?>
13491349
<div class="table">
1350-
<table class="diff diff_<?php echo $type ?>">
1350+
<table class="diff diff_<?php echo hsc($type) ?>">
13511351

13521352
<?php
13531353
//navigation and header

0 commit comments

Comments
 (0)