Use proper style for hints

This commit is contained in:
Andrea Bollini
2013-10-13 16:59:59 +02:00
parent a440235d29
commit ab193adafa

View File

@@ -1304,7 +1304,7 @@
//print out hints, if not null
if(inputs[z].getHints() != null)
{
String hints = "<div class=\"alert alert-info\">" +
String hints = "<div class=\"help-block\">" +
inputs[z].getHints() +
"</div>";