On Sat, Feb 14, 2009 at 11:04 AM, Jakub Narebski <jnareb@xxxxxxxxx> wrote: > > P.S. I wonder why Giuseppe's patch failed to apply, and failed > to do fallback 3-way merge... Because it depends on an additional quoting fix that I sent to the mailing list but that apparently didn't get through. > - print '<base href="'.esc_url($my_url).'" />\n'; > + print '<base href="'.esc_url($base_url).'" />\n'; The quoting fix was here: double quotes are needed because otherwise the \n gets in literally. We can probably squash it with this patch. Gimme a sec and I'll cook it up again. -- Giuseppe "Oblomov" Bilotta -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html