170171172173174175176
thesesService.highlightThesis(t); } else { //tady vim, ze nebylo hledani t = thesesDao.getThesis(id, null); thesesService.escapeThesis(t); } return new CustomJavaScriptResolution(t); }