Skip to content

Commit

Permalink
DATAREST-941 - Polishing.
Browse files Browse the repository at this point in the history
Minor formatting in pom.xml of the HAL Browser module.
  • Loading branch information
odrotbohm committed Nov 30, 2016
1 parent 9d57953 commit aea766b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spring-data-rest-hal-browser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
tofile="${project.build.outputDirectory}/META-INF/spring-data-rest/hal-browser/index.html" />
<replace file="${project.build.outputDirectory}/META-INF/spring-data-rest/hal-browser/index.html">
<replacefilter>
<replacetoken><![CDATA[</body>]]></replacetoken>
<replacevalue><![CDATA[
<replacetoken><![CDATA[</body>]]></replacetoken>
<replacevalue><![CDATA[
<script id="dynamic-request-template" type="text/template">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
Expand Down Expand Up @@ -145,7 +145,8 @@
<script src="vendor/js/jsoneditor.js"></script>
<script src="js/CustomPostForm.js"></script>
</body>]]></replacevalue>
</body>]]>
</replacevalue>
</replacefilter>
</replace>
<replace file="${project.build.outputDirectory}/META-INF/spring-data-rest/hal-browser/index.html">
Expand Down

0 comments on commit aea766b

Please sign in to comment.