~ubuntu-branches/ubuntu/lucid/phpmyadmin/lucid

« back to all changes in this revision

Viewing changes to view_create.php

  • Committer: Bazaar Package Importer
  • Author(s): Michal Čihař
  • Date: 2010-03-08 15:25:00 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100308152500-6e8hmuqc5co39de5
Tags: 4:3.3.0-1
* New upstream version.
* Rediff debian/patches.
* Fix permissions on mediawiki export extension.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *
6
6
 * @todo js error when view name is empty (strFormEmpty)
7
7
 * @todo (also validate if js is disabled, after form submission?)
8
 
 * @version $Id: view_create.php 12190 2009-01-13 22:55:44Z lem9 $
 
8
 * @version $Id: view_create.php 13180 2009-12-27 13:59:08Z helmo $
9
9
 * @package phpMyAdmin
10
10
 */
11
11
 
171
171
                echo ' id="view_with_' . str_replace(' ', '_', htmlspecialchars($option)) . '"';
172
172
                echo ' value="' . htmlspecialchars($option) . '" />';
173
173
                echo '<label for="view_with_' . str_replace(' ', '_', htmlspecialchars($option)) . '">';
174
 
                echo htmlspecialchars($option) . '</label>';
 
174
                echo htmlspecialchars($option) . '</label>&nbsp;';
175
175
            }
176
176
            ?>
177
177
        </td>