replaced php short open tag

This commit is contained in:
Sebastian Mendel
2006-04-25 15:25:39 +00:00
parent 7a19861b4b
commit c8d47ae624
2 changed files with 3 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ $Source$
server_binlog.php, server_variables.php, tbl_change.php,
transformation_overview.php:
style upgrade
* changelog.php: replaced php short open tag
2006-04-24 Michal Čihař <michal@cihar.com>
* main.php: Fix logout link (bug #1474694).

View File

@@ -78,7 +78,7 @@ echo '<?xml version="1.0" encoding="utf-8"?'.'>';
</head>
<body>
<h1>phpMyAdmin - ChangeLog</h1>
<?
<?php
echo '<pre>';
echo preg_replace(array_keys($replaces), $replaces, $changelog);
echo '</pre>';