Support News as links
authorJoey Schulze <joey@infodrom.org>
Sun, 30 Sep 2007 11:41:52 +0000 (11:41 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 30 Sep 2007 11:41:52 +0000 (11:41 +0000)
src/Infodrom/news/update.wml

index 11001c3..5345886 100644 (file)
 <b><? echo $o_teaser; ?></b><p>
 
 <?
+  if (ereg("^http://", $o_body)) {
+    printf ('<p><a href="%s">%s</a></p>', $o_body, $o_body);
+  } else {
   echo ereg_replace ("<newline>", "
 ", ereg_replace ("<newline><newline>","<p>", ereg_replace ("
 ", "<newline>", $o_body)));
+  }
 ?>
 
 </page>
 
-# Local variables:
-# mode: text
-# mode: auto-fill
-# mode: iso-accents
-# end: