← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 290: add a line break after suggestions to avoid showing it in the same line as word details, fix #47

 

------------------------------------------------------------
revno: 290
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Wed 2012-08-15 02:36:21 +0100
message:
  add a line break after suggestions to avoid showing it in the same line as  word details, fix #47
modified:
  interfaces/web/wui/index.html


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'interfaces/web/wui/index.html'
--- interfaces/web/wui/index.html	2012-07-31 16:17:55 +0000
+++ interfaces/web/wui/index.html	2012-08-15 01:36:21 +0000
@@ -161,7 +161,7 @@
 							}
 							results += "</div></p>";
 				});
-				results += "</div>";
+				results += "</div><br />";
 			}
 
 			if (json.interval.total) {