Skip to content

Commit

Permalink
Merge branch 'maven/fixes/8.1' into maven/release/8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomschke committed Jan 13, 2023
2 parents 96dfb67 + be0a283 commit 2e559ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<properties>

<!-- release-2 -->
<bom.repository.version>8.1.0-RC2</bom.repository.version>
<bom.repository.version>8.1.0-RC3</bom.repository.version>

</properties>

Expand Down
2 changes: 1 addition & 1 deletion src/main/php/theme/default/module/url/inline.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
<?php include(dirname(__FILE__) . '/../../css/inline.php'); ?>
<?php include(dirname(__FILE__) . '/css/url.css'); ?>
</style>
<?php echo utf8_encode($embedding) ?>
<?php echo $embedding ?>

0 comments on commit 2e559ca

Please sign in to comment.