Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
avodonosov committed Aug 15, 2012
2 parents 37b8230 + b8fc5de commit 2276814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporting/abcl-page.lisp
Expand Up @@ -46,7 +46,7 @@
(format out "</table>~%")
(format out "<p>~%")
(format out "Source code: <a href=\"https://github.com/cl-test-grid/cl-test-grid/blob/master/reporting/abcl-page.lisp\">abcl-page.lisp</a>.~%")
(format out "The code accesses test results using siple API defined here: <a href=\"https://github.com/cl-test-grid/cl-test-grid/blob/master/reporting/do-results.lisp\">do-results.lisp</a> and several HTML printing helper functions.~%")
(format out "The code accesses test results using siple API defined here: <a href=\"https://github.com/cl-test-grid/cl-test-grid/blob/master/reporting/do-results.lisp\">do-results.lisp</a> and uses several HTML printing helper functions.~%")
(format out "</p>~%"))

(defun print-abcl-page (db)
Expand Down

0 comments on commit 2276814

Please sign in to comment.