Eliminar código no deseado de la cabecera de mi blog

  • Autor Autor triumphalis
  • Fecha de inicio Fecha de inicio
T

triumphalis

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Hola. En mi blog en la parte superior (cabecera) aparece este codigo
Insertar CODE, HTML o PHP:
xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
apenas se aprecia ya que se camufla con la portada de la web. Pero quisiera eliminarlo. En plantilla nose si aparece, aun no lo he mirado. Pero nose a que pertenece este codigo, de que es.
 
son espacios de nombres, indican el significado de etiquetas, mejor no lo quites no interfiere en nada.
 
son espacios de nombres, indican el significado de etiquetas, mejor no lo quites no interfiere en nada.

Es que me sale en el blog, a simple vista no se aprecia, pero bueno. Preferiría ocultarlo de alguna manera. He mirado en la plantilla y el problema viene de aqui
Insertar CODE, HTML o PHP:
<html expr:dir='data:blog.languageDirection' lang='es' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'&gt;
añadí hace poco un pcodigo para poner el idioma de la web ES. Y ahora aparece ese código mencionado antes en mi blog
Insertar CODE, HTML o PHP:
xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
 
Última edición:
correctamente seria:

Insertar CODE, HTML o PHP:
<html expr:dir='data:blog.languageDirection' lang='es' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
 
correctamente seria:

Insertar CODE, HTML o PHP:
<html expr:dir='data:blog.languageDirection' lang='es' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>

Gracias me ha funcionado! También había probado con un código que encontré por la red
Insertar CODE, HTML o PHP:
<html expr:dir='data:blog.languageDirection'
	prefix='og: http://ogp.me/ns# article: http://ogp.me/ns/article#'
	lang='es'
	class='v2 no-js'>

También me funciona, pero dejaré mejor el tuyo, que será mas acorde con mi web...
 
Atrás
Arriba