>
> I put this in local/config.php:
>
> Markup('noindex','fulltext','/\\(:noindex:\\)/',
> '<meta name="robots" content="NOINDEX">');
>
> <snip>
>
> The problem is that my meta tag ends up being wrapped in <p> </p>. Running
> the <!--markup into lines was an attempt to fix this, but it didn't work
> either.

Try:

 Markup('noindex','fulltext','/\\(:noindex:\\)/',
'<:block><meta name="robots" content="NOINDEX">');

JR
-- 
John Rankin


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to