Do not show an error in make>builds
[stouyapi.git] / data / templates / discover.tpl.php
index 7f08c44f3a7b3807681b3cc16e823e45933e9c29..cd078ddb5a25a03b77c5424df5efb399ebb4e711 100644 (file)
@@ -2,14 +2,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  <head>
   <meta charset="utf-8"/>
-  <title>OUYA: <?= htmlspecialchars($title); ?></title>
+  <title><?= htmlspecialchars($title); ?></title>
   <meta name="generator" content="stouyapi"/>
   <link rel="stylesheet" type="text/css" href="../ouya-discover.css"/>
   <link rel="icon" href="../favicon.ico"/>
  </head>
  <body class="discover">
   <header>
-   <h1><?= htmlspecialchars($title); ?></h1>
+   <h1><?= htmlspecialchars($json->title); ?></h1>
    <img class="ouyalogo" src="../ouya-logo.grey.svg" alt="OUYA logo" width="50"/>
   </header>