Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/acceptable-ads-manifesto.raw

Issue 5440736082264064: Issue 2075 - Put meta tags inside of page header. (Closed)
Patch Set: Wrap meta tags in head even when head doesn't yet exist. Created March 9, 2015, 11:48 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pages/acceptable-ads-manifesto.raw
diff --git a/pages/acceptable-ads-manifesto.raw b/pages/acceptable-ads-manifesto.raw
index c6b7f6c3d4c72237d38b59bf34478f2847307550..5f689a1c898ecfa74a4573886349ea019971deee 100644
--- a/pages/acceptable-ads-manifesto.raw
+++ b/pages/acceptable-ads-manifesto.raw
@@ -591,11 +591,11 @@ function checkCollapse()
addListener(window, "scroll", checkCollapse, false);
addListener(window, "resize", checkCollapse, false);
--></script>
-</head>
<meta content="$title$" property="title">
<meta content="$s2$" name="description">
<meta content="$title$" property="og:title">
<meta content="$s2$" name="og:description">
+</head>
<style type="text/css">
.viewcontent *[hidden],

Powered by Google App Engine
This is Rietveld