diff options
author | Luce Carević <lcarevic@access42.net> | 2019-07-13 18:56:43 +0200 |
---|---|---|
committer | Luce Carević <lcarevic@access42.net> | 2019-07-13 18:56:43 +0200 |
commit | d1bcf28db3704b75200c03be728dddcaf725ca51 (patch) | |
tree | c67c0619efe783c620181978e31142a3490b71dd /tpl/default/install.html | |
parent | 719ef8e896d4bd28d8d56baafbbe25b8e4e58636 (diff) | |
download | Shaarli-d1bcf28db3704b75200c03be728dddcaf725ca51.tar.gz Shaarli-d1bcf28db3704b75200c03be728dddcaf725ca51.tar.zst Shaarli-d1bcf28db3704b75200c03be728dddcaf725ca51.zip |
fix a11y
Diffstat (limited to 'tpl/default/install.html')
-rw-r--r-- | tpl/default/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/install.html b/tpl/default/install.html index f0e7040e..c6f501f0 100644 --- a/tpl/default/install.html +++ b/tpl/default/install.html | |||
@@ -17,7 +17,7 @@ | |||
17 | <h2 class="window-title">{'Install Shaarli'|t}</h2> | 17 | <h2 class="window-title">{'Install Shaarli'|t}</h2> |
18 | 18 | ||
19 | <div class="center"> | 19 | <div class="center"> |
20 | {'It looks like it\'s the first time you run Shaarli. Please configure it.'|t} | 20 | <p>{'It looks like it\'s the first time you run Shaarli. Please configure it.'|t}</p> |
21 | </div> | 21 | </div> |
22 | 22 | ||
23 | <div class="pure-g"> | 23 | <div class="pure-g"> |