Skip to content

Commit

Permalink
tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
alltonp committed Jul 8, 2015
1 parent df77aa5 commit 6770452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/im/mange/driveby/report/Reporter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object Reporter {
}

private def append(accumulator: ListBuffer[String], e: Event, m: String, styles: String) {
val line = s"<span style=${"\"" + styles + "\""}>${fmt.print(e.at) + " - " + m}</span>"
val line = s"<div style=${"\"" + styles + "\""}>${fmt.print(e.at) + " - " + m}</div>"
accumulator.append(line)
}
}

0 comments on commit 6770452

Please sign in to comment.