forked from indymedia/epicyon
				
			Separator after posts
							parent
							
								
									4fe35d5379
								
							
						
					
					
						commit
						a3c49a2324
					
				|  | @ -730,7 +730,7 @@ def htmlProfilePosts(recentPostsCache: {}, maxRecentPosts: int, | ||||||
|                                          showPublishedDateOnly, |                                          showPublishedDateOnly, | ||||||
|                                          False, False, False, True, False) |                                          False, False, False, True, False) | ||||||
|                 if postStr: |                 if postStr: | ||||||
|                     profileStr += separatorStr + postStr |                     profileStr += postStr + separatorStr | ||||||
|                     ctr += 1 |                     ctr += 1 | ||||||
|                     if ctr >= maxItems: |                     if ctr >= maxItems: | ||||||
|                         break |                         break | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue