Changeset 72 for Dev/trunk/classes/SessionCreationTool.php
- Timestamp:
- 08/04/11 11:31:06 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/SessionCreationTool.php
r70 r72 152 152 $value = 'Untitled Session'; 153 153 ?> 154 <input type="text" id="sessionTitle" class="titleBox" name="sessionTitle" value="<?php echo $value; ?>" onblur="handleBlur(this)" onfocus="handleFocus(this)" />154 <input type="text" id="sessionTitle" class="titleBox" name="sessionTitle" value="<?php echo str_replace("\"", """, $value); ?>" onblur="handleBlur(this)" onfocus="handleFocus(this)" /> 155 155 <?php 156 156 }
Note: See TracChangeset
for help on using the changeset viewer.