Fixed incorrect CSS and quicktag reference.

git-svn-id: https://develop.svn.wordpress.org/trunk@350 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-08-26 21:47:25 +00:00
parent 705929d692
commit fdd89a8e02
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ window.close()
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WordPress > Bookmarklet</title>
<link rel="stylesheet" href="b2.css" type="text/css" />
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
<script type="text/javascript" language="javascript">
<!--
function launchupload() {
@ -181,7 +181,7 @@ if (!empty($content)) {
<td width="415" align="left" height="40">
<table width="415" cellpadding="0" cellspacing="0">
<td align="left" valign="bottom"><b>Post</b></td>
<td align="right" valign="bottom"><?php if ($use_quicktags) include("b2quicktags.php"); ?></td>
<td align="right" valign="bottom"><?php if ($use_quicktags) include("wp-quicktags.php"); ?></td>
</table>
<?php
if ((preg_match("/Nav/",$HTTP_USER_AGENT)) || (preg_match("/Mozilla\/4\.7/",$HTTP_USER_AGENT))) {

View File

@ -28,7 +28,7 @@ if ($a=="b") {
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="b2.css" type="text/css" />
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
</head>
<body>
<br />