Revision 9ab5db6d src/gr/ebs/gss/client/AbstractPropertiesDialog.java

b/src/gr/ebs/gss/client/AbstractPropertiesDialog.java
1 1
/*
2
 * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.
2
 * Copyright 2007, 2008, 2009, 2010 Electronic Business Systems Ltd.
3 3
 *
4 4
 * This file is part of GSS.
5 5
 *
......
87 87
				TagsResource tagr = getResult();
88 88
				List<String> userTags = tagr.getTags();
89 89
				Anchor tag = null;
90
				Label label = null;
91 90
				for(String usrTag : userTags){
92 91
					tag = new Anchor(usrTag.toString(), false);
93 92
					tag.addStyleName("gss-tag");
......
111 110
						}
112 111
					});
113 112
				}
114

  
115
				allTagsContent.add(label);
116 113
			}
117 114

  
118 115
			@Override

Also available in: Unified diff