From d15d594a42e8fe4e6c11dedcd8ac3e89c445f986 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 03 Mar 2010 04:49:29 -0500 Subject: [PATCH] - more case sensitive matching --- program/js/tiny_mce/plugins/xhtmlxtras/cite.htm | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/program/js/tiny_mce/plugins/xhtmlxtras/cite.htm b/program/js/tiny_mce/plugins/xhtmlxtras/cite.htm index 7d9eaba..cdfaf4e 100644 --- a/program/js/tiny_mce/plugins/xhtmlxtras/cite.htm +++ b/program/js/tiny_mce/plugins/xhtmlxtras/cite.htm @@ -9,7 +9,6 @@ <script type="text/javascript" src="js/element_common.js"></script> <script type="text/javascript" src="js/cite.js"></script> <link rel="stylesheet" type="text/css" href="css/popup.css" /> - <base target="_self" /> </head> <body style="display: none"> <form onsubmit="insertCite();return false;" action="#"> -- Gitblit v1.9.1