Skip to content

Commit

Permalink
OKAPI r1121 - expanded short open tags
Browse files Browse the repository at this point in the history
  • Loading branch information
following5 committed Dec 7, 2015
1 parent 0344b22 commit 35f07d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions htdocs/okapi/core.php
Expand Up @@ -970,8 +970,8 @@ class Okapi
public static $server;

/* These two get replaced in automatically deployed packages. */
public static $version_number = 1120;
public static $git_revision = 'b3f2dc55ce36b4a0b7f12b448253378bdad04c4d';
public static $version_number = 1121;
public static $git_revision = 'afb266214f9a55337ed2869fd6dff6cba1e2bc95';

private static $okapi_vars = null;

Expand Down
2 changes: 1 addition & 1 deletion htdocs/okapi/views/introduction.tpl.php
Expand Up @@ -44,7 +44,7 @@
<ul>
<?php foreach ($vars['installations'] as $inst) { ?>
<li>
<?= $inst['site_name'] ?><? if ($inst['site_name'] == "Opencaching.DE") { print "*"; } ?>
<?= $inst['site_name'] ?><?php if ($inst['site_name'] == "Opencaching.DE") { print "*"; } ?>
- <a href='<?= $inst['okapi_base_url'] ?>'><?= $inst['okapi_base_url'] ?></a>
</li>
<?php } ?>
Expand Down
2 changes: 1 addition & 1 deletion htdocs/okapi_settings.php
@@ -1,4 +1,4 @@
<?
<?php
/***************************************************************************
* For license information see doc/license.txt
*
Expand Down

0 comments on commit 35f07d3

Please sign in to comment.