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>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>GM 2 b2 - converting...</title>
|
<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">
|
<style type="text/css">
|
||||||
<!--
|
<!--
|
||||||
<?php
|
<?php
|
||||||
|
@ -253,7 +253,7 @@ default:
|
||||||
?><html>
|
?><html>
|
||||||
<head>
|
<head>
|
||||||
<title>GM 2 b2 importer utility</title>
|
<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">
|
<style type="text/css">
|
||||||
<!--
|
<!--
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue