replaced php short open tag
This commit is contained in:
@@ -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).
|
||||
|
@@ -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>';
|
||||
|
Reference in New Issue
Block a user