Skip to content

Commit

Permalink
Fix missing stylesheet tags closings
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Zakrzewski committed Sep 27, 2016
1 parent e0b6fcc commit d0f2c5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<asset:link rel="shortcut icon" href='searchtool.ico' type="image/x-ico" />
<asset:link rel="icon" href='searchtool.ico' type="image/x-ico" />
<asset:stylesheet href="main.css">
<asset:stylesheet href="main.css"/>
<title>${grailsApplication.config.com.recomdata.appTitle}</title>
</head>

Expand Down
4 changes: 2 additions & 2 deletions transmartApp/grails-app/views/genePattern/workflowStatus.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>workflow status</title>
<meta http-equiv="description" content="workflow status">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<asset:stylesheet href="datasetExplorer.css">
<asset:stylesheet href="datasetExplorer.css"/>
<style>
p {
width: 430px;
Expand All @@ -22,4 +22,4 @@
<div>Initializing workflow &nbsp;&nbsp;<img src="${resource(dir: 'images', file: 'loading-balls.gif')}"/></div>
</div>
</body>
</html>
</html>

0 comments on commit d0f2c5c

Please sign in to comment.