Author: greg.ercolano
Date: 2013-04-13 05:19:08 -0700 (Sat, 13 Apr 2013)
New Revision: 687
Log:
Small fix to prevent articles from having article operations [Edit|Delete|etc..]
dangling at the ends of article posting's sentences.
Modified:
trunk/phplib/common.php
Modified: trunk/phplib/common.php
===================================================================
--- trunk/phplib/common.php 2013-02-17 12:03:51 UTC (rev 686)
+++ trunk/phplib/common.php 2013-04-13 12:19:08 UTC (rev 687)
@@ -731,7 +731,7 @@
print("<h$heading><a name='_USER_COMMENT_$row[id]'>From</a> "
."$display_name, $create_date (score=$row[status])</h$heading>\n"
- ."$contents\n");
+ ."$contents\n<br>");
html_start_links();
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit