Project

General

Profile

« Previous | Next » 

Revision 8cd558b6

Added by ayvis over 11 years ago

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

View differences:

usr/local/www/system_groupmanager_addprivs.php
191 191
									<option value="<?=$pname;?>"><?=$pdata['name'];?></option>
192 192
									<?php endforeach; ?>
193 193
								</select>
194
								<br/>
194
								<br />
195 195
								<?=gettext("Hold down CTRL (pc)/COMMAND (mac) key to select multiple items");?>
196 196
								</td><td>
197 197
								<a href='#'onClick="selectAll();">Select all</a>
......
207 207
									selectAll();
208 208
								//]]>									
209 209
								</script>
210
								<br/>
210
								<br />
211 211
								</td>
212 212
								</tr>
213 213
								</table>

Also available in: Unified diff