Skip to content

Commit

Permalink
Move image used only in quiz tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
cpeel committed Mar 27, 2024
1 parent f664477 commit f8816ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion quiz/tuts/tut_p_basic_2.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
echo " <td><kbd>sensations--sweet, bitter, salt, and sour--if<br>\n even all of these are simple tastes. What</kbd></td>\n </tr>\n";
echo " <tr>\n <td>senses&mdash;touch, smell, hearing, and sight&mdash;<br>\n with which we are here concerned,</td>\n";
echo " <td><kbd>senses--touch, smell, hearing, and sight--with<br>\n which we are here concerned,</kbd></td>\n </tr>\n";
echo " <tr>\n <td><img src='../../faq/dashes.png' width='300' height='28' alt=''></td>\n";
echo " <tr>\n <td><img src='../generic/images/dashes.png' width='300' height='28' alt=''></td>\n";
echo " <td><kbd>how a--a--cannon-ball goes----\"</kbd></td>\n";
echo " </tr>\n </tbody>\n</table>\n";

Expand Down

0 comments on commit f8816ec

Please sign in to comment.