valid html
authorMichael Wallner <mike@php.net>
Wed, 20 Feb 2019 20:27:09 +0000 (21:27 +0100)
committerMichael Wallner <mike@php.net>
Wed, 20 Feb 2019 20:27:09 +0000 (21:27 +0100)
views/layout.phtml
views/mdref.phtml

index 6ef0ecf46fc6d7a51f51b75b6b70b6bf95d0fa0f..e4d438d51e4c654aaeda248225ab85d6d1911c69 100644 (file)
@@ -17,7 +17,7 @@
                        <link rel="stylesheet" href="index.css">
                <?php endif; ?>
 
-               <link href="https://fonts.googleapis.com/css?family=Inconsolata&subset=latin-ext" rel="stylesheet">
+               <link href="https://fonts.googleapis.com/css?family=Inconsolata&amp;subset=latin-ext" rel="stylesheet">
                <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
                <link rel="shortcut icon" href="<?= $baseUrl . "favicon.ico" ?>">
        </head>
index 620619be6f6baffb16b9b30a48a4df4cb99fe6c5..e9909b514d94ad3d76ea714606f39d6346030f4b 100644 (file)
@@ -9,7 +9,8 @@
 
        <li>
                <h3><a href="<?= $esc($sub->getName()) ?>"><?= $esc($sub) ?></a></h3>
-               <p><?= $quick($sub->getDescription()) ?></p>
+               <?= $quick($sub->getDescription()) ?>
+
                <p><?= $esc($sub->getTitle()) ?></p>
        </li>
        <?php endforeach; ?>
@@ -25,7 +26,8 @@
 
        <li>
                <h3><a href="<?= $esc($sub->getName()) ?>"><?= $esc($sub) ?></a></h3>
-               <p><?= $quick($sub->getDescription()) ?></p>
+               <?= $quick($sub->getDescription()) ?>
+
                <p><?= $esc($sub->getTitle()) ?></p>
        </li>
        <?php endforeach; ?>