More semantic tags.

git-svn-id: http://svn.automattic.com/wordpress/trunk@11 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-04-23 01:26:43 +00:00
parent 856908564f
commit 68c30393e1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// Define the quick tags
bbcode = new Array();
bbtags = new Array('<b>','</b>','<i>','</i>','<u>','</u>','<strike>','</strike>','<blockquote>','</blockquote>','<p>','</p>','<li>','</li>','<img src="" border="0" alt="" />','','<a href="">','</a>');
bbtags = new Array('<strong>','</strong>','<em>','</em>','<u>','</u>','<del>','</del>','<blockquote>','</blockquote>','<p>','</p>','<li>','</li>','<img src="" border="0" alt="" />','','<a href="">','</a>');
imageTag = false;
// Replacement for arrayname.length property