Index: openacs-4/packages/lars-blogger/tcl/entry-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/tcl/entry-procs.tcl,v
diff -u -r1.24 -r1.25
--- openacs-4/packages/lars-blogger/tcl/entry-procs.tcl	16 Oct 2006 15:21:53 -0000	1.24
+++ openacs-4/packages/lars-blogger/tcl/entry-procs.tcl	16 Oct 2006 18:06:33 -0000	1.25
@@ -222,6 +222,8 @@
 
     set new_content ""
 
+    append new_content "$blog_name: $blog_url<p>"
+
     if { ![empty_string_p $blog(title_url)] } {
         append new_content "<a href=\"$blog(title_url)\">$blog(title)</a>"
     } else {
@@ -236,7 +238,6 @@
     append new_content "$blog_name: $blog_url<br>"
 
     append new_content "This entry: $entry_url<br>"
-    append new_content "$blog_name: $blog_url<p>"
     
     # Do the notification for the forum
     notification::new \