sas Tue Sep 2 15:32:44 2003 EDT
Modified files:
/php-src/ext/ircg ircg_scanner.re
Log:
blank -> _blank
Index: php-src/ext/ircg/ircg_scanner.re
diff -u php-src/ext/ircg/ircg_scanner.re:1.27 php-src/ext/ircg/ircg_scanner.re:1.28
--- php-src/ext/ircg/ircg_scanner.re:1.27 Tue Jun 17 20:07:45 2003
+++ php-src/ext/ircg/ircg_scanner.re Tue Sep 2 15:32:43 2003
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: ircg_scanner.re,v 1.27 2003/06/18 00:07:45 sas Exp $ */
+/* $Id: ircg_scanner.re,v 1.28 2003/09/02 19:32:43 sas Exp $ */
#include <stdio.h>
@@ -100,7 +100,7 @@
static inline void handle_url(STD_PARA)
{
- smart_str_appends_ex(ctx->result, "<a target=blank href=\"", 1);
+ smart_str_appends_ex(ctx->result, "<a target=_blank href=\"", 1);
smart_str_append_ex(ctx->result, &ctx->scheme, 1);
smart_str_appendl_ex(ctx->result, start, YYCURSOR - start, 1);
smart_str_appends_ex(ctx->result, "\">", 1);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php