diff --git a/application/modules/bulletin/views/scripts/view/preview.phtml b/application/modules/bulletin/views/scripts/view/preview.phtml
index d68e58487f92bc4365c1b265838d9a5d399a1a86..6bf2cd60eddf632ba37176ad8ab88ec94ec0d4a0 100644
--- a/application/modules/bulletin/views/scripts/view/preview.phtml
+++ b/application/modules/bulletin/views/scripts/view/preview.phtml
@@ -90,8 +90,8 @@ $this->contentTitle = ($this->section->getMajor() ? $this->section->getMajor() :
     box-shadow: 0px 0px 3px 0px #c00000;
     background-color: #c00000;
     opacity: 0.8;
-    background-image: url("images/preview-ribbon.png");
+    background-image: url("/images/preview-ribbon.png");
     background-repeat: repeat-y;
   }
 }
-</style>
\ No newline at end of file
+</style>