mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
stylesheet fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@257 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8625d16d13
commit
6e7325a328
@ -42,7 +42,7 @@ case "step1":
|
||||
<html>
|
||||
<head>
|
||||
<title>GM 2 b2 - converting...</title>
|
||||
<link rel="stylesheet" href="<?php echo $b2inc; ?>/b2.css" type="text/css">
|
||||
<link rel="stylesheet" href="wp-admin/b2.css" type="text/css">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
<?php
|
||||
@ -253,7 +253,7 @@ default:
|
||||
?><html>
|
||||
<head>
|
||||
<title>GM 2 b2 importer utility</title>
|
||||
<link rel="stylesheet" href="<?php echo $b2inc; ?>/b2.css" type="text/css">
|
||||
<link rel="stylesheet" href="wp-admin/b2.css" type="text/css">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user