Project

General

Profile

« Previous | Next » 

Revision ef1dfb88

Added by k-paulius over 10 years ago

Add missing opening bracket

View differences:

usr/local/www/carp_status.php
212 212
								$icon = "<img {$align} src=\"/themes/".$g['theme']."/images/icons/icon_pass_d.gif\" alt=\"backup\" />";
213 213
							} else if($status == "INIT") {
214 214
								$icon = "<img {$align} src=\"/themes/".$g['theme']."/images/icons/icon_log.gif\" alt=\"init\" />";
215
							} else
215
							} else {
216 216
								$icon = "";
217 217
							}
218 218
						}

Also available in: Unified diff