Differences From Artifact [18e199e0c9]:
- Executable file server/teapot_index — part of check-in [3e39144f1c] at 2011-12-04 16:29:48 on branch trunk — Updated to not complain (user: rkeene, size: 13095) [annotate] [blame] [check-ins using]
To Artifact [32a86c72c6]:
- Executable file server/teapot_index — part of check-in [15e90ceaa8] at 2014-05-15 21:36:32 on branch trunk — Updated make URL references to directories to include a trailing slash (user: rkeene, size: 13096) [annotate] [blame] [check-ins using]
︙ | |||
190 191 192 193 194 195 196 | 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 | - + | if {$complete_entpath_parts == ""} { set entpath [join [join [list entity $entpath_parts]] /] } else { set entpath [join $complete_entpath_parts /] } |
︙ |