I added the recipe for you. Figured I'd try and save Cave a little time. Though, he'll have to run two queries for me to fix it =P
Code:
UPDATE tradeskill_recipe SET name = "Bladesoul's Spiritual Pouch" WHERE id = 9848;
UPDATE tradeskill_recipe SET notes = 'Help the Bladesouls Quest' WHERE id = 9848;
That should fix it up. The recipe name was showing up as "Bladesoul\'s Spiritual Pouch", and I wanted the notes to reflect the quest name rather than who added it.