Skip to content

Commit ccd912b

Browse files
committed
Change installed version
1 parent 26a1a97 commit ccd912b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cache/installedVersion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"id": 782014,
3-
"tag_name": "v2.5.8"
3+
"tag_name": "v2.5.9"
44
}

system/admin/views/layout.html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="description" content="<?php echo $description; ?>"/>
77
<link rel="canonical" href="<?php echo $canonical; ?>" />
88
<link href="<?php echo site_url() ?>themes/default/css/style.css" rel="stylesheet"/>
9-
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
9+
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css">
1010
<?php if (publisher()): ?>
1111
<link href="<?php echo publisher() ?>" rel="publisher" /><?php endif; ?>
1212
<!--[if lt IE 9]>

themes/blog/layout.html.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<link rel="canonical" href="<?php echo $canonical; ?>" />
1010
<?php if (publisher()): ?>
1111
<link href="<?php echo publisher() ?>" rel="publisher" /><?php endif; ?>
12-
<link href='//fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
13-
<link href='//fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
14-
<link href='//fonts.googleapis.com/css?family=Crimson+Text:400,400italic' rel='stylesheet' type='text/css'>
12+
<link href="//fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic" rel="stylesheet" type="text/css">
13+
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
14+
<link href="//fonts.googleapis.com/css?family=Crimson+Text:400,400italic" rel="stylesheet" type="text/css">
1515
<!-- Global CSS -->
1616
<link rel="stylesheet" href="<?php echo site_url();?>themes/blog/css/bootstrap.min.css">
1717
<!-- Plugins CSS -->

0 commit comments

Comments
 (0)