! [Tally plugin] Fix random layout issue with the block not having a space underneath it.
gruffen

gruffen commited on 2011-08-01 02:15:32
Showing 1 changed files, with 2 additions and 1 deletions.

... ...
@@ -158,7 +158,8 @@ function template_shdp_tally()
158 158
 						</div>
159 159
 						<span class="botslice"><span></span></span>
160 160
 					</div>
161
-				</div>';
161
+				</div>
162
+				<br />';
162 163
 }
163 164
 
164 165
 // Admin settings
165 166