added permalink-generating code to topics.jsp and posts.jsp, and fixed
a bug in StringUtil.splitList
This commit is contained in:
@@ -310,6 +310,9 @@ public class StringUtil
|
||||
|
||||
} // end for
|
||||
|
||||
if (accumulate)
|
||||
rc.add(buf.toString());
|
||||
|
||||
if (rc.isEmpty())
|
||||
return Collections.EMPTY_LIST;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user