Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea99b7d8 authored by Amanda Kassay's avatar Amanda Kassay Committed by android-build-merger
Browse files

Remove hard coded leading slash in head_tag.cs for DevSite image_path meta tag.

am: c9ef9fea

Change-Id: I9a4bde7048fc92fe694175bb349b0a82700e3da4
parents 89c03f57 c9ef9fea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ if:devsite ?>
  <meta name="page_type" value="article" /><?cs
      /if ?><?cs
      if:page.image ?>
  <meta name="image_path" value='/<?cs var:page.image ?>' /><?cs
  <meta name="image_path" value='<?cs var:page.image ?>' /><?cs
      /if ?><?cs
/if ?><?cs # END if/else devsite ?><?cs