Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
malakhovks committed Aug 3, 2019
2 parents a2e47dc + b1f4a14 commit 45d814f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.5.5, 2019-08-03

### 🔴 Виправлення помилок

- Виправлено `id` елементу `#text-content-panel-body`.

## v0.5.4, 2019-07-30

### 🔴 Виправлення помилок
Expand Down
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>

<head>
<title>Конспект 2019 - v0.5.4</title>
<title>Конспект 2019 - v0.5.5</title>
<meta charset="UTF-8">
<link rel="shortcut icon" type="image/png" href="./static/images/favicon.png" />
<link rel="stylesheet" type="text/css" href="./static/bootstrap/css/flatly.bootstrap.css" media="screen" />
Expand All @@ -20,7 +20,7 @@
</div>
<!-- <textarea id="text-content" readonly="true"></textarea> -->
<div class="panel panel-default" id="text-content-panel">
<div class="panel-body context" id="#text-content-panel-body">
<div class="panel-body context" id="text-content-panel-body">
<p id="text-content"></p>
</div>
</div>
Expand Down

0 comments on commit 45d814f

Please sign in to comment.