Ver código fonte

style consistency fix

Xen 1 ano atrás
pai
commit
8e6c45da6f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      www/article.php

+ 1 - 1
www/article.php

@@ -92,6 +92,6 @@ function clean_str($str) {
     ?></small></p>
     <?php if($error_text) { echo "<p><font color='red'>" . $error_text . "</font></p>"; } ?>
     <p><?php echo $readable_article;?></p>
-    <small><a href="/index.php?loc=<?php echo $loc ?>">< Back to <span class="brand">NewsFeed</span> <?php echo $loc ?> front page</a></small>
+    <small><a href="/index.php?loc=<?php echo $loc ?>">< Back to <span class="newsfeed">NewsFeed</span> <?php echo $loc ?> front page</a></small>
 </body>
  </html>