1.15.3 to fix tag/version mismatch
This commit is contained in:
parent
21d7585a54
commit
d8895ec679
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
define('VERSION_STATIC', '1.15.1');
|
define('VERSION_STATIC', '1.15.3');
|
||||||
|
|
||||||
function get_version() {
|
function get_version() {
|
||||||
date_default_timezone_set('UTC');
|
date_default_timezone_set('UTC');
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
/* supports-version:1.15 */
|
|
||||||
@import "default.css";
|
@import "default.css";
|
||||||
|
|
||||||
body#ttrssMain #feeds-holder {
|
body#ttrssMain #feeds-holder {
|
||||||
|
|
Loading…
Reference in a new issue